Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
mdik1
/
image
like
1
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
mdik1
commited on
Sep 17, 2024
Commit
94940d4
·
verified
·
1 Parent(s):
cd65766
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,5 +75,5 @@ interface = gr.Interface(
75
)
76
77
if __name__ == "__main__":
78
-
interface.launch()
79
75
)
76
77
if __name__ == "__main__":
78
+
interface.launch(
share=True
)
79