Severian commited on
Commit
c091e84
·
verified ·
1 Parent(s): 8064b58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -564,7 +564,7 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
564
  input_image = gr.Image(type="pil", label="Input Image")
565
 
566
  caption_type = gr.Dropdown(
567
- choices=["Descriptive", "Descriptive (Informal)", "Stable Diffusion", "MidJourney", "Booru tag list", "Booru-like tag list", "Art Critic", "Product Listing", "Social Media Post", "Style Prompt"],
568
  label="Caption Type",
569
  value="Descriptive",
570
  )
 
564
  input_image = gr.Image(type="pil", label="Input Image")
565
 
566
  caption_type = gr.Dropdown(
567
+ choices=["Descriptive", "Descriptive (Informal)", "Stable Diffusion Prompt", "MidJourney", "Booru tag list", "Booru-like tag list", "Art Critic", "Product Listing", "Social Media Post", "Style Prompt"],
568
  label="Caption Type",
569
  value="Descriptive",
570
  )