darrel999 commited on
Commit
9ba0b6b
1 Parent(s): 71ea4df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def clf(text):
12
 
13
  demo = gr.Interface(fn=clf, inputs="text", outputs="label")
14
  gr.close_all()
15
- demo.launch(share=True)
 
12
 
13
  demo = gr.Interface(fn=clf, inputs="text", outputs="label")
14
  gr.close_all()
15
+ demo.launch()