Update app.py
Browse files
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()
|