Spaces:
Running
on
Zero
Running
on
Zero
fancyfeast
commited on
Commit
·
9e4f353
1
Parent(s):
2a3d557
Man the chatinterface is weird #4
Browse files
app.py
CHANGED
@@ -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",
|
202 |
],
|
203 |
)
|
204 |
|
|
|
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=True),
|
202 |
],
|
203 |
)
|
204 |
|