ameerazam08 commited on
Commit
634b26b
1 Parent(s): 8dcd8b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -694,7 +694,7 @@ def create_demo():
694
  with gr.Blocks(theme="bethecloud/storj_theme") as demo:
695
  with gr.Row():
696
  with gr.Column():
697
- prompt = gr.Textbox(label="Prompt", value="a photo of a forest with mist swirling around the tree trunks. The word 'FLUX' is painted over it in big, red brush strokes with visible texture")
698
  neg_prompt = gr.Textbox(label="Negative Prompt", value="bad photo")
699
  num_steps = gr.Slider(minimum=1, maximum=50, step=1, label="num_steps", value=28)
700
  width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=1024)
 
694
  with gr.Blocks(theme="bethecloud/storj_theme") as demo:
695
  with gr.Row():
696
  with gr.Column():
697
+ prompt = gr.Textbox(label="Prompt", value="A cat holding a sign that says hello world")
698
  neg_prompt = gr.Textbox(label="Negative Prompt", value="bad photo")
699
  num_steps = gr.Slider(minimum=1, maximum=50, step=1, label="num_steps", value=28)
700
  width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=1024)