meeww commited on
Commit
37f80bf
·
1 Parent(s): ae14095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,7 +53,7 @@ def gen():
53
  crop()
54
  img = Image.open("0.png")
55
 
56
- return "hi"
57
 
58
- iface = gr.Interface(fn=gen, inputs=None, outputs="text")
59
  iface.launch(debug = True)
 
53
  crop()
54
  img = Image.open("0.png")
55
 
56
+ return img
57
 
58
+ iface = gr.Interface(fn=gen, inputs=None, outputs="image")
59
  iface.launch(debug = True)