Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ with block:
|
|
| 129 |
image_2 = gr.inputs.Image(type="filepath")
|
| 130 |
text_2 = gr.inputs.Textbox(lines=5)
|
| 131 |
|
| 132 |
-
|
| 133 |
run = gr.Button("Run")
|
| 134 |
label = gr.outputs.Label()
|
| 135 |
run.click(model, inputs=[image_1, text_1, image_2, text_2], outputs=label)
|
|
|
|
| 129 |
image_2 = gr.inputs.Image(type="filepath")
|
| 130 |
text_2 = gr.inputs.Textbox(lines=5)
|
| 131 |
|
| 132 |
+
|
| 133 |
run = gr.Button("Run")
|
| 134 |
label = gr.outputs.Label()
|
| 135 |
run.click(model, inputs=[image_1, text_1, image_2, text_2], outputs=label)
|