eliwill commited on
Commit
d8ea1da
·
1 Parent(s): dae3b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -87,6 +87,7 @@ with gr.Blocks(css=".gradio-container {background-image: url('file=mountains_res
87
  "Only time can heal what reason cannot.",
88
  "He who is brave is free.",
89
  "First learn the meaning of what you say, and then speak."]]
 
90
 
91
  btn = gr.Button("Run")
92
  btn.click(fn=main, inputs=[inp1,inp2], outputs=[out1,out2,out_image])
 
87
  "Only time can heal what reason cannot.",
88
  "He who is brave is free.",
89
  "First learn the meaning of what you say, and then speak."]]
90
+ )
91
 
92
  btn = gr.Button("Run")
93
  btn.click(fn=main, inputs=[inp1,inp2], outputs=[out1,out2,out_image])