Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ additional_inputs=[
|
|
105 |
label="Max new tokens",
|
106 |
value=1048*10,
|
107 |
minimum=0,
|
108 |
-
maximum=
|
109 |
step=64,
|
110 |
interactive=True,
|
111 |
info="The maximum numbers of new tokens",
|
@@ -164,4 +164,6 @@ gr.ChatInterface(
|
|
164 |
title="Mixtral 46.7B",
|
165 |
examples=examples,
|
166 |
concurrency_limit=20,
|
167 |
-
).launch(show_api=False)
|
|
|
|
|
|
105 |
label="Max new tokens",
|
106 |
value=1048*10,
|
107 |
minimum=0,
|
108 |
+
maximum=1000*10,
|
109 |
step=64,
|
110 |
interactive=True,
|
111 |
info="The maximum numbers of new tokens",
|
|
|
164 |
title="Mixtral 46.7B",
|
165 |
examples=examples,
|
166 |
concurrency_limit=20,
|
167 |
+
).launch(show_api=False)
|
168 |
+
|
169 |
+
|