rahul7star commited on
Commit
921eff1
·
verified ·
1 Parent(s): 6f6ed39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks() as demo:
128
  prompt = gr.Textbox(label="Prompt", value="", lines=3)
129
  negative_prompt = gr.Textbox(
130
  label="Negative Prompt",
131
- value=""Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static",
132
  lines=3
133
  )
134
 
 
128
  prompt = gr.Textbox(label="Prompt", value="", lines=3)
129
  negative_prompt = gr.Textbox(
130
  label="Negative Prompt",
131
+ value="Bright tones, overexposed, static, blurred details, subtitles, style, works, paintings, images, static",
132
  lines=3
133
  )
134