Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
e6b6a96
1
Parent(s):
74c19e4
Update app.py
Browse files
app.py
CHANGED
@@ -221,6 +221,6 @@ with gr.Blocks(css='style.css') as demo:
|
|
221 |
"""
|
222 |
)
|
223 |
|
224 |
-
demo.launch(enable_queue=
|
225 |
block.queue(concurrency_count=100)
|
226 |
|
|
|
221 |
"""
|
222 |
)
|
223 |
|
224 |
+
demo.launch(enable_queue=True, inline=True)
|
225 |
block.queue(concurrency_count=100)
|
226 |
|