acecalisto3 commited on
Commit
88e9b5a
·
verified ·
1 Parent(s): 6ec6288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -105,7 +105,7 @@ additional_inputs=[
105
  label="Max new tokens",
106
  value=1048*10,
107
  minimum=0,
108
- maximum=1048*10,
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
+