Ramendra commited on
Commit
060b153
·
verified ·
1 Parent(s): 777ab7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,5 +50,6 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
50
  description=description,)
51
 
52
  # Launch the demo!
 
53
  demo.launch()
54
 
 
50
  description=description,)
51
 
52
  # Launch the demo!
53
+ # Trial
54
  demo.launch()
55