Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ with gr.Blocks() as demo:
|
|
| 233 |
"News",
|
| 234 |
"Screenshot"])
|
| 235 |
image_every_n_posts = gr.Slider(label="Generate images every \"n\" tweets (Control how many tweets are with images or not)",
|
| 236 |
-
minimum=1, maximum=100, step=1)
|
| 237 |
|
| 238 |
with gr.Accordion("Additional Parameters", open=False):
|
| 239 |
image_subtoken = gr.Dropdown(label="Select the intial style prompt for the Image Model. More in-depth prompts can be added in next parameter.",
|
|
|
|
| 233 |
"News",
|
| 234 |
"Screenshot"])
|
| 235 |
image_every_n_posts = gr.Slider(label="Generate images every \"n\" tweets (Control how many tweets are with images or not)",
|
| 236 |
+
value=10, minimum=1, maximum=100, step=1)
|
| 237 |
|
| 238 |
with gr.Accordion("Additional Parameters", open=False):
|
| 239 |
image_subtoken = gr.Dropdown(label="Select the intial style prompt for the Image Model. More in-depth prompts can be added in next parameter.",
|