Update app.py
Browse files
app.py
CHANGED
|
@@ -130,9 +130,6 @@ with block:
|
|
| 130 |
text_2 = gr.inputs.Textbox(lines=5)
|
| 131 |
|
| 132 |
xray_results = gr.outputs.JSON()
|
| 133 |
-
xray_run = gr.Button("Run")
|
| 134 |
-
xray_run.click(xray_model, inputs=[disease, xray_scan], outputs=xray_results)
|
| 135 |
-
|
| 136 |
run = gr.Button("Run")
|
| 137 |
label = gr.outputs.Label()
|
| 138 |
run.click(model, inputs=[image_1, text_1, image_2, text_2], outputs=label)
|
|
|
|
| 130 |
text_2 = gr.inputs.Textbox(lines=5)
|
| 131 |
|
| 132 |
xray_results = gr.outputs.JSON()
|
|
|
|
|
|
|
|
|
|
| 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)
|