mishtert commited on
Commit
3204d71
·
1 Parent(s): 58c3ed1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ css = ".image-preview {height: auto !important;}"
93
  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
- gr.outputs.Text(type="text", label="Categorized item")],
97
  title=title,
98
  description=description,
99
  # article=article,
 
93
  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
+ gr.outputs.Textbox(type="text", label="Categorized item")],
97
  title=title,
98
  description=description,
99
  # article=article,