Spaces:
Runtime error
Runtime error
Amovane commited on
Commit ·
f6c1254
1
Parent(s): 9d9d437
chore: update server
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ iface = gr.Interface(
|
|
| 19 |
gr.Textbox(placeholder="Prompt", label="Prompt"),
|
| 20 |
],
|
| 21 |
outputs="image")
|
| 22 |
-
iface.launch(
|
|
|
|
| 19 |
gr.Textbox(placeholder="Prompt", label="Prompt"),
|
| 20 |
],
|
| 21 |
outputs="image")
|
| 22 |
+
iface.launch()
|