waleedgeorgy commited on
Commit
d91a40e
1 Parent(s): 620b524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -54,5 +54,4 @@ demo = gr.Interface(fn=predict,
54
  title = title,
55
  description = description)
56
 
57
- demo.launch(share = True,
58
- debug = False)
 
54
  title = title,
55
  description = description)
56
 
57
+ demo.launch()