MarziehFadaee commited on
Commit
ac9ef60
·
verified ·
1 Parent(s): b297dae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
123
  )
124
 
125
  if __name__ == "__main__":
126
- demo.launch(share=True)
 
123
  )
124
 
125
  if __name__ == "__main__":
126
+ demo.queue(concurrency_count=16).launch(debug=True)