Anurag Bhardwaj commited on
Commit
32b95a2
·
verified ·
1 Parent(s): 2fdf9ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def generate_image(prompt, seed, width, height, guidance_scale, randomize_seed):
52
  iface = gr.Interface(
53
  fn=generate_image,
54
  inputs=[
55
- gr.inputs.Textbox(
56
  lines=2,
57
  label="Prompt",
58
  placeholder="Enter your prompt, e.g., 'A tiny astronaut hatching from an egg on the moon, 4k, planet theme'"
 
52
  iface = gr.Interface(
53
  fn=generate_image,
54
  inputs=[
55
+ gr.Textbox(
56
  lines=2,
57
  label="Prompt",
58
  placeholder="Enter your prompt, e.g., 'A tiny astronaut hatching from an egg on the moon, 4k, planet theme'"