sitammeur commited on
Commit
99ae901
·
verified ·
1 Parent(s): 6ada938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -146,8 +146,8 @@ demo = gr.ChatInterface(
146
  ),
147
  gr.Slider(
148
  minimum=512,
149
- maximum=8192,
150
- value=4096,
151
  step=512,
152
  label="Max Tokens",
153
  info="Maximum length of response (higher = longer replies)"
@@ -185,7 +185,7 @@ demo = gr.ChatInterface(
185
  info="Penalize repeated words (higher = less repetition)"
186
  )
187
  ],
188
- theme="Base",
189
  submit_btn="Send",
190
  stop_btn="Stop",
191
  title=title,
 
146
  ),
147
  gr.Slider(
148
  minimum=512,
149
+ maximum=4096,
150
+ value=2048,
151
  step=512,
152
  label="Max Tokens",
153
  info="Maximum length of response (higher = longer replies)"
 
185
  info="Penalize repeated words (higher = less repetition)"
186
  )
187
  ],
188
+ theme="Ocean",
189
  submit_btn="Send",
190
  stop_btn="Stop",
191
  title=title,