RuoyuFeng commited on
Commit
e0e7968
1 Parent(s): b04d283

Add gr state

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -184,6 +184,7 @@ with gr.Blocks() as demo:
184
 
185
 
186
  if __name__ == "__main__":
187
- demo.queue(concurrency_count=4, max_size=25)
188
- demo.launch(max_threads=8)
 
189
 
 
184
 
185
 
186
  if __name__ == "__main__":
187
+ # demo.queue(concurrency_count=4, max_size=25)
188
+ # demo.launch(max_threads=8)
189
+ demo.launch()
190