Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -409,7 +409,7 @@ with gr.Blocks(head=js_to_prefere_the_back_camera_of_mobilephones()) as demo:
|
|
409 |
outputs=output_text,
|
410 |
time_limit=None,
|
411 |
stream_every=0.01,
|
412 |
-
concurrency_limit=
|
413 |
)
|
414 |
|
415 |
demo.launch()
|
|
|
409 |
outputs=output_text,
|
410 |
time_limit=None,
|
411 |
stream_every=0.01,
|
412 |
+
concurrency_limit=None
|
413 |
)
|
414 |
|
415 |
demo.launch()
|