Update app.py
Browse files
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.Text(type="text", label="Categorized item")],
|
| 97 |
title=title,
|
| 98 |
description=description,
|
| 99 |
# article=article,
|