Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,6 +58,7 @@ def gen():
|
|
| 58 |
iface = gr.Interface(
|
| 59 |
fn=gen,
|
| 60 |
inputs=None,
|
| 61 |
-
outputs="image"
|
| 62 |
theme="darkhuggingface"
|
|
|
|
| 63 |
iface.launch(debug = True)
|
|
|
|
| 58 |
iface = gr.Interface(
|
| 59 |
fn=gen,
|
| 60 |
inputs=None,
|
| 61 |
+
outputs="image",
|
| 62 |
theme="darkhuggingface"
|
| 63 |
+
)
|
| 64 |
iface.launch(debug = True)
|