Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JustKiddo
/
KiddosSpace
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JustKiddo
commited on
Aug 22, 2024
Commit
9e6512c
·
verified
·
1 Parent(s):
b7ffcd3
Attempted to enable sharing
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ demo = gr.ChatInterface(
62
63
64
if __name__ == "__main__":
65
-
demo.launch()
62
63
64
if __name__ == "__main__":
65
+
demo.launch(
share=True
)