MarziehFadaee commited on
Commit
e27fb9b
·
verified ·
1 Parent(s): 327e87a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -121,4 +121,5 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
121
  )
122
 
123
  if __name__ == "__main__":
124
- demo.launch(debug=True)
 
 
121
  )
122
 
123
  if __name__ == "__main__":
124
+ # demo.launch(debug=True)
125
+ demo.queue(api_open=False).launch(max_threads=32)