afmck commited on
Commit
3d237d0
1 Parent(s): 153c041

Updates default prompt text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with demo:
184
  # Diffusion controls and output
185
  with gr.Row():
186
  with gr.Column():
187
- prompt = gr.Textbox("Two ginger cats lying together on a pink sofa. There are two TV remotes. High definition.", label="Prompt")
188
  negative_prompt = gr.Textbox(label="Negative Prompt")
189
  with gr.Column():
190
  steps_slider = gr.Slider(minimum=1, maximum=100, value=50, label="Inference Steps")
 
184
  # Diffusion controls and output
185
  with gr.Row():
186
  with gr.Column():
187
+ prompt = gr.Textbox("An angry dog floating in outer deep space. Twinkling stars in the background. High definition.", label="Prompt")
188
  negative_prompt = gr.Textbox(label="Negative Prompt")
189
  with gr.Column():
190
  steps_slider = gr.Slider(minimum=1, maximum=100, value=50, label="Inference Steps")