Yin Fang
commited on
Commit
Β·
4d0c7ae
1
Parent(s):
e3a4f8d
Update app.py
Browse files
app.py
CHANGED
@@ -211,4 +211,4 @@ with gr.Blocks() as demo:
|
|
211 |
gen_button.click(fn=gen_process, inputs=[gen_input], outputs=[gen_output, gen_output_image])
|
212 |
opt_button.click(fn=opt_process, inputs=[opt_input], outputs=[opt_input_img, opt_output, opt_output_imp, opt_output_sim, opt_output_img])
|
213 |
|
214 |
-
demo.launch(
|
|
|
211 |
gen_button.click(fn=gen_process, inputs=[gen_input], outputs=[gen_output, gen_output_image])
|
212 |
opt_button.click(fn=opt_process, inputs=[opt_input], outputs=[opt_input_img, opt_output, opt_output_imp, opt_output_sim, opt_output_img])
|
213 |
|
214 |
+
demo.launch()
|