Spaces:
Runtime error
Runtime error
Disable queue for upload
Browse files
app.py
CHANGED
@@ -355,6 +355,7 @@ with blocks as demo:
|
|
355 |
inputs=[image_box, upload_output_state],
|
356 |
outputs=[upload_output, upload_output_state],
|
357 |
_js=upload_button_js,
|
|
|
358 |
)
|
359 |
|
360 |
def setup_func(token_val, width, height, size):
|
|
|
355 |
inputs=[image_box, upload_output_state],
|
356 |
outputs=[upload_output, upload_output_state],
|
357 |
_js=upload_button_js,
|
358 |
+
queue=False
|
359 |
)
|
360 |
|
361 |
def setup_func(token_val, width, height, size):
|