Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ iface = gr.Interface(
|
|
71 |
description="Upload an image, input a prompt (e.g., 'person', 'sky'), and pick a mask color."
|
72 |
)
|
73 |
|
74 |
-
iface.launch(
|
|
|
71 |
description="Upload an image, input a prompt (e.g., 'person', 'sky'), and pick a mask color."
|
72 |
)
|
73 |
|
74 |
+
iface.launch()
|