Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -351,7 +351,7 @@ with gr.Blocks() as demo:
|
|
351 |
fn=update_augmented_images, inputs=[image, code], outputs=[augmented_image]
|
352 |
)
|
353 |
demo.load(
|
354 |
-
update_code_and_docs_on_start, inputs=None, outputs=[select]
|
355 |
)
|
356 |
|
357 |
if __name__ == "__main__":
|
|
|
351 |
fn=update_augmented_images, inputs=[image, code], outputs=[augmented_image]
|
352 |
)
|
353 |
demo.load(
|
354 |
+
update_code_and_docs_on_start, inputs=None, outputs=[select], queue=False
|
355 |
)
|
356 |
|
357 |
if __name__ == "__main__":
|