Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dhahlan2000
/
Chitti-v1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Dhahlan2000
commited on
Jun 9, 2024
Commit
5fd968a
·
verified
·
1 Parent(s):
3fbf059
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -108,4 +108,4 @@ demo = gr.ChatInterface(
108
)
109
110
if __name__ == "__main__":
111
-
demo.launch()
108
)
109
110
if __name__ == "__main__":
111
+
demo.launch(
share=True
)