Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,5 +34,5 @@ iface = gr.Interface(
|
|
| 34 |
["An abstract landscape with vibrant colors and geometric shapes"]
|
| 35 |
]
|
| 36 |
)
|
| 37 |
-
iface.launch(
|
| 38 |
|
|
|
|
| 34 |
["An abstract landscape with vibrant colors and geometric shapes"]
|
| 35 |
]
|
| 36 |
)
|
| 37 |
+
iface.launch()
|
| 38 |
|