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:
sreelekhaputta2
/
Learning
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sreelekhaputta2
commited on
Apr 17
Commit
4b44329
·
verified
·
1 Parent(s):
664af14
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -129,4 +129,4 @@ with gr.Blocks(css=css_code) as demo:
129
</div>
130
""")
131
132
-
demo.launch()
129
</div>
130
""")
131
132
+
demo.launch(
share=True
)