Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
drdudddd
/
a
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
drdudddd
commited on
Mar 25
Commit
98c74d2
·
verified
·
1 Parent(s):
2194f6a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -197,4 +197,4 @@ with gr.Blocks(
197
198
# Launch the Gradio application.
199
if __name__ == "__main__":
200
-
demo.launch()
197
198
# Launch the Gradio application.
199
if __name__ == "__main__":
200
+
demo.launch(
Share=True
)