drsaikirant88 commited on
Commit
9e93256
1 Parent(s): b9d6cd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ gr.Interface(fn = predict,
38
  outputs = gr.Label(),
39
  title = title,
40
  description = description,
41
- article=article).launch(share=True, enable_queue=enable_queue)
 
38
  outputs = gr.Label(),
39
  title = title,
40
  description = description,
41
+ article=article).launch(enable_queue=enable_queue)