Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vicky4s4s
/
Mistralchatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vicky4s4s
commited on
Jun 19, 2024
Commit
843c2e8
·
verified
·
1 Parent(s):
d59da68
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(show_api=
True
)