mishtert commited on
Commit
6aee046
·
1 Parent(s): 10d4eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ css = ".image-preview {height: auto !important;}"
92
 
93
  iface = gr.Interface(fn=process_image,
94
  inputs=gr.inputs.Image(type="pil"),
95
- outputs=gr.outputs.Image(type="pil", label="annotated image"),
96
  title=title,
97
  description=description,
98
  # article=article,
 
92
 
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
  title=title,
97
  description=description,
98
  # article=article,