mishtert commited on
Commit
368abd2
·
1 Parent(s): e8fbb66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ iface = gr.Interface(fn=process_image,
94
  inputs=gr.inputs.Image(type="pil"),
95
  # outputs= gr.outputs.Image(type="pil", label="Identified & Categorized Image"),
96
  outputs= [gr.outputs.Image(type="pil", label="Identified & Categorized Image"),
97
- gr.outputs.Text(type="text", label="Identified & Categorized Image")],
98
  title=title,
99
  description=description,
100
  # article=article,
 
94
  inputs=gr.inputs.Image(type="pil"),
95
  # outputs= gr.outputs.Image(type="pil", label="Identified & Categorized Image"),
96
  outputs= [gr.outputs.Image(type="pil", label="Identified & Categorized Image"),
97
+ gr.outputs.Textbox(type="text", label="Identified & Categorized Image")],
98
  title=title,
99
  description=description,
100
  # article=article,