Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ def anylize(url):
|
|
33 |
return json_list
|
34 |
|
35 |
# gr.Interface(fn = anylize, inputs="text", outputs=gr.JSON()).launch()
|
36 |
-
gr.Interface(fn = anylize, inputs="text", outputs="image".launch
|
|
|
33 |
return json_list
|
34 |
|
35 |
# gr.Interface(fn = anylize, inputs="text", outputs=gr.JSON()).launch()
|
36 |
+
gr.Interface(fn = anylize, inputs="text", outputs="image").launch()
|