Hector Lopez commited on
Commit
ab0c2de
1 Parent(s): 6438514
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -58,8 +58,7 @@ gr.Interface(
58
  title=title,
59
  description=description,
60
  examples=examples,
61
- theme="huggingface",
62
- enable_queue=True
63
- ).launch(debug=True)
64
 
65
  os.system('python3 app.py')
 
58
  title=title,
59
  description=description,
60
  examples=examples,
61
+ theme="huggingface"
62
+ ).launch(share=True)
 
63
 
64
  os.system('python3 app.py')