Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tomoniai/Mixtral-Chat
MatteoScript
/
ZucchettiAI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MatteoScript
commited on
Dec 27, 2023
Commit
de79f12
·
1 Parent(s):
94d331f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,4 @@ demo = gr.ChatInterface(fn=generate,
67
clear_btn="Cancella"
68
)
69
70
-
demo.queue().launch(show_api=True)
67
clear_btn="Cancella"
68
)
69
70
+
demo.queue().launch(show_api=True
, share=True
)