tommy24 commited on
Commit
efaafff
·
1 Parent(s): 166561c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,6 +24,6 @@ def function(paramater):
24
  ]}).json()
25
 
26
  data = response["data"][0]
27
- return data
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()