Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dhahlan2000
/
dechat_space_zero
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dhahlan2000
commited on
Jul 10
Commit
6bf9351
·
verified
·
1 Parent(s):
7a7cde8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ demo = gr.ChatInterface(
82
)
83
84
if __name__ == "__main__":
85
-
demo.launch()
82
)
83
84
if __name__ == "__main__":
85
+
demo.launch(
share=True
)