MegaTronX commited on
Commit
3447886
·
verified ·
1 Parent(s): 0fdbefc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks(fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
21
  with gr.Accordion("Options", open=False):
22
  with gr.Row():
23
  jc_caption_type = gr.Dropdown(
24
- choices=["Descriptive", "Descriptive (Informal)", "Training Prompt", "MidJourney", "Booru tag list", "Booru-like tag list", "Art Critic", "Product Listing", "Social Media Post"],
25
  label="Caption Type",
26
  value="Descriptive",
27
  )
 
21
  with gr.Accordion("Options", open=False):
22
  with gr.Row():
23
  jc_caption_type = gr.Dropdown(
24
+ choices=["Descriptive", "Descriptive (Informal)", "Training Prompt", "Training Prompt (Informal)", "MidJourney", "Booru tag list", "Booru-like tag list", "Art Critic", "Product Listing", "Social Media Post"],
25
  label="Caption Type",
26
  value="Descriptive",
27
  )