davidna22 commited on
Commit
261292c
1 Parent(s): 7d89627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",