Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,4 +103,4 @@ gr.ChatInterface(
|
|
103 |
title="Mixtral 46.7B",
|
104 |
examples=examples,
|
105 |
concurrency_limit=20,
|
106 |
-
).launch(show_api=False)
|
|
|
103 |
title="Mixtral 46.7B",
|
104 |
examples=examples,
|
105 |
concurrency_limit=20,
|
106 |
+
).launch(share=False,show_api=False)
|