yachtsman commited on
Commit
8f323bb
·
1 Parent(s): 2205121

fixed app.py sharing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ gr.Interface(fn=predict,
19
  title=title,
20
  description=description,
21
  examples=examples,
22
- ).launch(share=True, enable_queue=True)
 
19
  title=title,
20
  description=description,
21
  examples=examples,
22
+ ).launch(enable_queue=True)