Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sreelekhaputta2
/
Learning
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sreelekhaputta2
commited on
23 days ago
Commit
31d6da1
·
verified
·
1 Parent(s):
c6e237f
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
)