meeww commited on
Commit
22cbd4e
·
1 Parent(s): 3c47c50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def generate(name):
48
  init()
49
  crop()
50
  img = Image.open("results64/0.png")
51
- return
52
 
53
  iface = gr.Interface(fn=generate, inputs=None, outputs="image")
54
  iface.launch()
 
48
  init()
49
  crop()
50
  img = Image.open("results64/0.png")
51
+ return img
52
 
53
  iface = gr.Interface(fn=generate, inputs=None, outputs="image")
54
  iface.launch()