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(share=
|
|
|
103 |
title="Mixtral 46.7B",
|
104 |
examples=examples,
|
105 |
concurrency_limit=20,
|
106 |
+
).launch(share=True,show_api=True)
|