Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,8 @@ def generate(name):
|
|
50 |
init()
|
51 |
crop()
|
52 |
img = Image.open("results64/0.png")
|
53 |
-
|
|
|
54 |
|
55 |
-
iface = gr.Interface(fn=generate, inputs=None, outputs="
|
56 |
iface.launch(debug = True)
|
|
|
50 |
init()
|
51 |
crop()
|
52 |
img = Image.open("results64/0.png")
|
53 |
+
print(img)
|
54 |
+
return "hi"
|
55 |
|
56 |
+
iface = gr.Interface(fn=generate, inputs=None, outputs="text")
|
57 |
iface.launch(debug = True)
|