Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
piimaila
/
aaaaa
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
piimaila
commited on
10 days ago
Commit
34be1f2
·
verified
·
1 Parent(s):
f6186f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,4 @@ demo = gr.ChatInterface(
61
62
63
if __name__ == "__main__":
64
-
demo.launch()
61
62
63
if __name__ == "__main__":
64
+
demo.launch(
share=True,
)