Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tomoniai/Mixtral-Chat
LordCoffee
/
Mixtral-Chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LordCoffee
commited on
Jun 6, 2024
Commit
78fa33b
·
verified
·
1 Parent(s):
4029cb5
public show
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ demo = gr.ChatInterface(
75
theme="huggingface",
76
)
77
78
-
demo.queue().launch(show_api=
False
)
75
theme="huggingface",
76
)
77
78
+
demo.queue().launch(show_api=
True
)