Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,14 +76,14 @@ demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama",examples=[
|
|
76 |
textbox=gr.MultimodalTextbox(),
|
77 |
additional_inputs = [gr.Slider(
|
78 |
minimum=10,
|
79 |
-
maximum=
|
80 |
-
value=
|
81 |
step=10,
|
82 |
label="Maximum number of new tokens to generate",
|
83 |
)
|
84 |
],
|
85 |
cache_examples=False,
|
86 |
-
description="
|
87 |
stop_btn="Stop Generation",
|
88 |
fill_height=True,
|
89 |
multimodal=True)
|
|
|
76 |
textbox=gr.MultimodalTextbox(),
|
77 |
additional_inputs = [gr.Slider(
|
78 |
minimum=10,
|
79 |
+
maximum=2500,
|
80 |
+
value=500,
|
81 |
step=10,
|
82 |
label="Maximum number of new tokens to generate",
|
83 |
)
|
84 |
],
|
85 |
cache_examples=False,
|
86 |
+
description="Yes, this space can replicate (to the model's best ability) a webpage in your preferred language.",
|
87 |
stop_btn="Stop Generation",
|
88 |
fill_height=True,
|
89 |
multimodal=True)
|