IMvision12 commited on
Commit
2826962
·
1 Parent(s): 4337794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ examples = [
42
  ]
43
 
44
 
45
- gr.Interface(Predict, inputs, outputs, title=title, examples=examples, description=description, article=article, analytics_enabled=False).launch(debug=True)
 
42
  ]
43
 
44
 
45
+ gr.Interface(Predict, inputs, outputs, title=title, examples=examples, description=description, article=article, analytics_enabled=False).launch()