Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|