Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def gen():
|
|
| 53 |
crop()
|
| 54 |
img = Image.open("0.png")
|
| 55 |
|
| 56 |
-
return
|
| 57 |
|
| 58 |
-
iface = gr.Interface(fn=gen, inputs=None, outputs="
|
| 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)
|