victorisgeek commited on
Commit
6360ee4
·
verified ·
1 Parent(s): 6b57c57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -903,4 +903,4 @@ if __name__ == "__main__":
903
  if USE_COLAB:
904
  print("Running in colab mode")
905
 
906
- interface.queue(concurrency_count=2, max_size=20).launch(share=True)
 
903
  if USE_COLAB:
904
  print("Running in colab mode")
905
 
906
+ interface.queue(concurrency_count=2, max_size=20).launch(share=False)