gokaygokay commited on
Commit
c609373
1 Parent(s): 07ef441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Long",
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="Medium",
227
  visible=False
228
  )
229
  generate_prompt_btn = gr.Button("Generate Prompt", elem_classes="submit-btn")