Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama", examples=[
|
|
| 85 |
textbox=gr.MultimodalTextbox(),
|
| 86 |
additional_inputs = [gr.Slider(
|
| 87 |
minimum=10,
|
| 88 |
-
maximum=
|
| 89 |
value=250,
|
| 90 |
step=10,
|
| 91 |
label="Maximum number of new tokens to generate",
|
|
|
|
| 85 |
textbox=gr.MultimodalTextbox(),
|
| 86 |
additional_inputs = [gr.Slider(
|
| 87 |
minimum=10,
|
| 88 |
+
maximum=8192,
|
| 89 |
value=250,
|
| 90 |
step=10,
|
| 91 |
label="Maximum number of new tokens to generate",
|