Spaces:
Sleeping
Sleeping
fancyfeast
commited on
Commit
·
272707e
1
Parent(s):
9e4f353
Man the chatinterface is weird #5
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ with gr.Blocks() as demo:
|
|
| 178 |
fill_height=True,
|
| 179 |
multimodal=True,
|
| 180 |
textbox=textbox,
|
| 181 |
-
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=True, render=
|
| 182 |
additional_inputs=[
|
| 183 |
gr.Slider(minimum=0,
|
| 184 |
maximum=1,
|
|
@@ -198,7 +198,7 @@ with gr.Blocks() as demo:
|
|
| 198 |
value=1024,
|
| 199 |
label="Max new tokens",
|
| 200 |
render=False ),
|
| 201 |
-
gr.Checkbox(label="Help improve JoyCaption by logging your text query", value=True, render=
|
| 202 |
],
|
| 203 |
)
|
| 204 |
|
|
|
|
| 178 |
fill_height=True,
|
| 179 |
multimodal=True,
|
| 180 |
textbox=textbox,
|
| 181 |
+
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=True, render=False),
|
| 182 |
additional_inputs=[
|
| 183 |
gr.Slider(minimum=0,
|
| 184 |
maximum=1,
|
|
|
|
| 198 |
value=1024,
|
| 199 |
label="Max new tokens",
|
| 200 |
render=False ),
|
| 201 |
+
gr.Checkbox(label="Help improve JoyCaption by logging your text query", value=True, render=False),
|
| 202 |
],
|
| 203 |
)
|
| 204 |
|