Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,8 @@ demo = gr.ChatInterface(
|
|
146 |
),
|
147 |
gr.Slider(
|
148 |
minimum=512,
|
149 |
-
maximum=
|
150 |
-
value=
|
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="
|
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,
|