Spaces:
Sleeping
Sleeping
Commit ·
09e090c
1
Parent(s): d69e78f
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,6 @@ with bloco:
|
|
| 31 |
inputs = tab2.load_inputs()
|
| 32 |
text_button = gr.Button("Executar")
|
| 33 |
outputs = gr.TextArea(lines=1, label=tab2.output_label)
|
| 34 |
-
text_button.click(tab2.execute, inputs=inputs, outputs=[gr.
|
| 35 |
|
| 36 |
bloco.launch()
|
|
|
|
| 31 |
inputs = tab2.load_inputs()
|
| 32 |
text_button = gr.Button("Executar")
|
| 33 |
outputs = gr.TextArea(lines=1, label=tab2.output_label)
|
| 34 |
+
text_button.click(tab2.execute, inputs=inputs, outputs=[gr.Text(), gr.Image()])
|
| 35 |
|
| 36 |
bloco.launch()
|