Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sakaltcommunity/Saba1.5
sakaltcommunity
/
Saba-chat-test
like
2
Running
App
Files
Files
Community
Sakalti
commited on
1 day ago
Commit
caf779a
•
1 Parent(s):
a4e5d59
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ demo = gr.ChatInterface(
72
)
73
74
if __name__ == "__main__":
75
-
demo.launch()
72
)
73
74
if __name__ == "__main__":
75
+
demo.launch(
share=True
)