nick911 commited on
Commit
3f3047c
·
verified ·
1 Parent(s): 57f7242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate(prompt, steps):
25
 
26
  output_image = gr.Image(type="pil")
27
  inputs=[
28
- gr.Textbox(label="Prompt (What you want in the image)", default="Cinematic portrait of a handsome cat with a suit and sunglasses"),
29
  gr.Slider(minimum=1, maximum=10, step=1, value=1, label="Number of Images(coming soon <3)")
30
  ]
31
  demo = gr.Interface(fn=generate, inputs=inputs, outputs=output_image)
 
25
 
26
  output_image = gr.Image(type="pil")
27
  inputs=[
28
+ gr.Textbox(label="Prompt (What you want in the image)", value="Cinematic portrait of a handsome cat with a suit and sunglasses"),
29
  gr.Slider(minimum=1, maximum=10, step=1, value=1, label="Number of Images(coming soon <3)")
30
  ]
31
  demo = gr.Interface(fn=generate, inputs=inputs, outputs=output_image)