Spaces:
Build error
Build error
Update app.py
Browse files
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])
|