Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
a96e8af
1
Parent(s):
4c8cb6e
Update app.py
Browse files
app.py
CHANGED
@@ -186,5 +186,4 @@ with gr.Blocks(css='style.css') as demo:
|
|
186 |
)
|
187 |
|
188 |
demo.launch(enable_queue=True, inline=True)
|
189 |
-
block.queue(concurrency_count=100)
|
190 |
-
|
|
|
186 |
)
|
187 |
|
188 |
demo.launch(enable_queue=True, inline=True)
|
189 |
+
block.queue(concurrency_count=100)
|
|