Rooni commited on
Commit
b145ab0
·
1 Parent(s): fa65b88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  fn=generate_image,
36
  inputs=[
37
  gr.Textbox("text", label="Prompt"),
38
- gr.Textbox("text", label="Negative Prompt", initial_value=""),
39
  ],
40
  outputs=gr.Image(),
41
  live=True,
 
35
  fn=generate_image,
36
  inputs=[
37
  gr.Textbox("text", label="Prompt"),
38
+ gr.Textbox("text", label="Negative Prompt"),
39
  ],
40
  outputs=gr.Image(),
41
  live=True,