Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrvero
/
pleasuredomes-image
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
mrvero
commited on
Sep 17, 2024
Commit
6faaa4c
·
verified
·
1 Parent(s):
1ad652e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ interface = gr.Interface(
54
55
# Launch the interface
56
if __name__ == "__main__":
57
-
interface.launch()
54
55
# Launch the interface
56
if __name__ == "__main__":
57
+
interface.launch(
share=False
)