tumuyan2 commited on
Commit
404e68f
·
1 Parent(s): 41532c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)