Spaces:
Runtime error
Runtime error
cagataydag
commited on
Commit
•
c85c28d
1
Parent(s):
e9f3e5c
Update app.py
Browse files
app.py
CHANGED
@@ -241,5 +241,5 @@ with gr.Blocks(
|
|
241 |
examples=examples,inputs=[image_input, chat_input,caption_output,gpt3_output_v1],
|
242 |
)
|
243 |
|
244 |
-
iface.queue(concurrency_count=1, api_open=False, max_size=10)
|
245 |
-
iface.launch(enable_queue=
|
|
|
241 |
examples=examples,inputs=[image_input, chat_input,caption_output,gpt3_output_v1],
|
242 |
)
|
243 |
|
244 |
+
#iface.queue(concurrency_count=1, api_open=False, max_size=10)
|
245 |
+
iface.launch(enable_queue=False)
|