Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wiklif
/
mixtral-api
like
0
Sleeping
App
Files
Files
Community
wiklif
commited on
Jul 8, 2024
Commit
069d189
·
1 Parent(s):
e954d4a
removed share=True
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=True
,share=True
)
49
undo_btn=None
50
)
51
52
+
demo.queue().launch(show_api=True)