Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
onrdmr
/
cosmosgpt-turkish-llama-8b-chat
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
onrdmr
commited on
Aug 18, 2024
Commit
fd5b9d4
·
verified
·
1 Parent(s):
53c2d79
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ demo = gr.ChatInterface(
60
61
62
if __name__ == "__main__":
63
-
demo.launch()
60
61
62
if __name__ == "__main__":
63
+
demo.launch(
share=True
)