merve HF staff commited on
Commit
b99e017
1 Parent(s): ea7879c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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)
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)