gatesla commited on
Commit
16c3b9f
1 Parent(s): b917785

Now breaks with share=True

Browse files

Removed "share=True" ... was breaking

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,4 +188,4 @@ with demo:
188
 
189
 
190
  # demo.launch(enable_queue=True)
191
- demo.launch(share=True)
 
188
 
189
 
190
  # demo.launch(enable_queue=True)
191
+ demo.launch() #removed (share=True)