iamrobotbear commited on
Commit
cb4c634
·
1 Parent(s): cca7348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ image_input = gr.inputs.Image(type="numpy", label="Upload Image")
99
  text_input = gr.inputs.Textbox(lines=5, label="Enter Statements (one per line)")
100
  outputs = [
101
  gr.outputs.Image(type="pil", label="Annotated Image"),
102
- gr.outputs.Textbox(placeholder="Matched statements will appear here.", label="Matched Statements"),
103
  ]
104
 
105
  iface = gr.Interface(
 
99
  text_input = gr.inputs.Textbox(lines=5, label="Enter Statements (one per line)")
100
  outputs = [
101
  gr.outputs.Image(type="pil", label="Annotated Image"),
102
+ gr.outputs.Textbox(label="Matched Statements"),
103
  ]
104
 
105
  iface = gr.Interface(