Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ iface = gr.Interface(examples = [
|
|
202 |
gr.inputs.File(),
|
203 |
],
|
204 |
outputs = [
|
205 |
-
gr.outputs.
|
206 |
],
|
207 |
description=description,
|
208 |
title = title,
|
|
|
202 |
gr.inputs.File(),
|
203 |
],
|
204 |
outputs = [
|
205 |
+
gr.outputs.Gallery (['text']),
|
206 |
],
|
207 |
description=description,
|
208 |
title = title,
|