Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
wifix199
/
Mixtral_8x7B_chatbot
like
0
Running
App
Files
Files
Community
wifix199
commited on
Aug 17
Commit
6096462
•
1 Parent(s):
9098824
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -81,4 +81,4 @@ demo = gr.ChatInterface(fn=generate,
81
undo_btn=None
82
)
83
84
-
demo.queue().launch(
server_name="10.172.2.37", server_port=5002,
show_api=False
, share=True
)
81
undo_btn=None
82
)
83
84
+
demo.queue().launch(show_api=False)