Update app.py
Browse files
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.
|
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,
|