venthan commited on
Commit
7436282
1 Parent(s): 85871a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,5 +118,5 @@ with gr.Blocks(css=css) as demo:
118
  user_token.change(on_token_change, inputs=[user_token], outputs=[])
119
 
120
 
121
- demo.queue(concurrency_count=10)
122
  demo.launch(height='800px')
 
118
  user_token.change(on_token_change, inputs=[user_token], outputs=[])
119
 
120
 
121
+ # demo.queue(concurrency_count=10)
122
  demo.launch(height='800px')