Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tomoniai/Mixtral-Chat
SpyC0der77
/
Mixtral-Chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SpyC0der77
commited on
Jan 2
Commit
a800f8a
·
verified
·
1 Parent(s):
1f00313
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,4 +49,4 @@ demo = gr.ChatInterface(fn=generate,
49
undo_btn=None
50
)
51
52
-
demo.queue().launch(
show_api=False
)
49
undo_btn=None
50
)
51
52
+
demo.queue().launch()