Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
7a8d2b0
1
Parent(s):
c9c9840
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ with gr.Blocks(theme='bethecloud/storj_theme', css=custom_css) as demo:
|
|
223 |
prompt_type = gr.Dropdown(
|
224 |
choices=["Random", "Long", "Short", "Medium", "OnlyObjects", "NoFigure", "Landscape", "Fantasy"],
|
225 |
label="Prompt Type",
|
226 |
-
value="
|
227 |
visible=False
|
228 |
)
|
229 |
generate_prompt_btn = gr.Button("Generate Prompt", elem_classes="submit-btn")
|
|
|
223 |
prompt_type = gr.Dropdown(
|
224 |
choices=["Random", "Long", "Short", "Medium", "OnlyObjects", "NoFigure", "Landscape", "Fantasy"],
|
225 |
label="Prompt Type",
|
226 |
+
value="Short",
|
227 |
visible=False
|
228 |
)
|
229 |
generate_prompt_btn = gr.Button("Generate Prompt", elem_classes="submit-btn")
|