Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -452,7 +452,7 @@ with gr.Blocks() as demo:
|
|
452 |
examples=examples,
|
453 |
inputs=[input1_file, input1, input2, shape0_str, shape1_str, output_type],
|
454 |
outputs=[output, log_textbox],
|
455 |
-
fn=start_process
|
456 |
)
|
457 |
|
458 |
-
demo.launch()
|
|
|
452 |
examples=examples,
|
453 |
inputs=[input1_file, input1, input2, shape0_str, shape1_str, output_type],
|
454 |
outputs=[output, log_textbox],
|
455 |
+
fn=start_process,
|
456 |
)
|
457 |
|
458 |
+
demo.launch(ssr=False)
|