Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,21 +135,6 @@ with gr.Blocks(fill_height=True, ) as demo:
|
|
| 135 |
multimodal=True,
|
| 136 |
textbox=chat_input,
|
| 137 |
chatbot=chatbot,
|
| 138 |
-
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
| 139 |
-
additional_inputs=[
|
| 140 |
-
gr.Slider(minimum=0,
|
| 141 |
-
maximum=1,
|
| 142 |
-
step=0.1,
|
| 143 |
-
value=0.95,
|
| 144 |
-
label="Temperature",
|
| 145 |
-
render=False),
|
| 146 |
-
gr.Slider(minimum=128,
|
| 147 |
-
maximum=4096,
|
| 148 |
-
step=1,
|
| 149 |
-
value=512,
|
| 150 |
-
label="Max new tokens",
|
| 151 |
-
render=False ),
|
| 152 |
-
],
|
| 153 |
)
|
| 154 |
|
| 155 |
|
|
|
|
| 135 |
multimodal=True,
|
| 136 |
textbox=chat_input,
|
| 137 |
chatbot=chatbot,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
)
|
| 139 |
|
| 140 |
|