shivi commited on
Commit
73ccce1
1 Parent(s): 2b5d814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,4 +196,4 @@ with gr.Blocks(theme=seafoam) as demo:
196
 
197
  if __name__ == "__main__":
198
 
199
- demo.queue(concurrency_count=1,max_size=100).launch(max_threads=5,debug=True, share=True)
 
196
 
197
  if __name__ == "__main__":
198
 
199
+ demo.queue(concurrency_count=1,max_size=100).launch(max_threads=5,debug=True)