Jonny001 commited on
Commit
09fb843
1 Parent(s): ed61b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ examples = [
20
  interface = gr.Interface(
21
  fn=generate_image,
22
  inputs=[
23
- gr.Textbox(label="Type here your imagination:"),
24
  gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")
25
  ],
26
  outputs=gr.Image(label="Generated Image"),
 
20
  interface = gr.Interface(
21
  fn=generate_image,
22
  inputs=[
23
+ gr.Textbox(label="Type here your imagination:", placeholder="Type or click an example..."),
24
  gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")
25
  ],
26
  outputs=gr.Image(label="Generated Image"),