Tijmen2 commited on
Commit
0264b98
·
verified ·
1 Parent(s): 87b2e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,5 +189,5 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="indigo", neutra
189
 
190
  # Launch the app with optimized settings
191
  if __name__ == "__main__":
192
- demo.queue(concurrency_count=2) # Allow 2 concurrent requests
193
  demo.launch()
 
189
 
190
  # Launch the app with optimized settings
191
  if __name__ == "__main__":
192
+ #demo.queue(concurrency_count=2) # Allow 2 concurrent requests
193
  demo.launch()