Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,6 @@ def function(paramater):
|
|
24 |
]}).json()
|
25 |
|
26 |
data = response["data"][0]
|
27 |
-
return
|
28 |
iface = gr.Interface(fn=function, inputs="text", outputs="text")
|
29 |
iface.launch()
|
|
|
24 |
]}).json()
|
25 |
|
26 |
data = response["data"][0]
|
27 |
+
return image
|
28 |
iface = gr.Interface(fn=function, inputs="text", outputs="text")
|
29 |
iface.launch()
|