gokaygokay commited on
Commit
7e89d2e
1 Parent(s): f5bfb6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -292,10 +292,9 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
292
  with gr.Row():
293
  with gr.Column(scale=1):
294
  model_choice = gr.Dropdown(
295
- label="Model",
296
- model_choice = gr.Dropdown(["Pony Realism v21", "Cyber Realistic Pony v61", "Stallion Dreams Pony Realistic v1"], label="Model Choice", value="Pony Realism v21"),
297
- value="Pony Realism v21"
298
- )
299
  positive_prompt = gr.Textbox(label="Positive Prompt", placeholder="Add your positive prompt here")
300
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Add your negative prompt here")
301
 
 
292
  with gr.Row():
293
  with gr.Column(scale=1):
294
  model_choice = gr.Dropdown(
295
+ ["Pony Realism v21", "Cyber Realistic Pony v61", "Stallion Dreams Pony Realistic v1"],
296
+ label="Model Choice",
297
+ value="Pony Realism v21")
 
298
  positive_prompt = gr.Textbox(label="Positive Prompt", placeholder="Add your positive prompt here")
299
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Add your negative prompt here")
300