Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,4 @@ iface = gr.Interface(
|
|
76 |
description="Draw on the image to select areas for segmentation, provide prompts, and see the inpainted result."
|
77 |
)
|
78 |
|
79 |
-
iface.launch(share=True
|
|
|
76 |
description="Draw on the image to select areas for segmentation, provide prompts, and see the inpainted result."
|
77 |
)
|
78 |
|
79 |
+
iface.launch(share=True)
|