Spaces:
Build error
Build error
Commit
·
cb4c634
1
Parent(s):
cca7348
Update app.py
Browse files
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(
|
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(
|