Spaces:
briaai
/
Running on Zero

mokady commited on
Commit
5a6be21
1 Parent(s): 2a47c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(css=css) as demo:
96
  ''')
97
  with gr.Group():
98
  with gr.Column():
99
- prompt_in = gr.Textbox(label="Prompt", value="A red colored sports car")
100
  resolution = gr.Dropdown(value=resolutions[0], show_label=True, label="Resolution", choices=resolutions)
101
  seed = gr.Textbox(label="Seed", value=-1)
102
  negative_prompt = gr.Textbox(label="Negative Prompt", value=default_negative_prompt)
 
96
  ''')
97
  with gr.Group():
98
  with gr.Column():
99
+ prompt_in = gr.Textbox(label="Prompt", value="A smiling man with wavy brown hair and a trimmed beard")
100
  resolution = gr.Dropdown(value=resolutions[0], show_label=True, label="Resolution", choices=resolutions)
101
  seed = gr.Textbox(label="Seed", value=-1)
102
  negative_prompt = gr.Textbox(label="Negative Prompt", value=default_negative_prompt)