Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,10 @@ demo = gr.Interface(
|
|
194 |
"CNN"
|
195 |
])
|
196 |
],
|
197 |
-
outputs=[
|
|
|
|
|
|
|
198 |
)
|
199 |
|
200 |
# Launch the interface
|
|
|
194 |
"CNN"
|
195 |
])
|
196 |
],
|
197 |
+
outputs=[
|
198 |
+
gr.JSON(), # Properly instantiate the JSON output component
|
199 |
+
gr.HTML() # Properly instantiate the HTML output component
|
200 |
+
]
|
201 |
)
|
202 |
|
203 |
# Launch the interface
|