Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,4 +100,4 @@ gr.ChatInterface(
|
|
100 |
title="Mixtral 46.7B",
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
-
).launch(show_api=
|
|
|
100 |
title="Mixtral 46.7B",
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
+
).launch(show_api=True)
|