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