aicodingfun commited on
Commit
d96b3d4
·
verified ·
1 Parent(s): 9c02f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ app = gr.Interface(
78
  fn=generate_image,
79
  inputs=[
80
  gr.Textbox(label="✏️ Enter image description", lines=3, interactive=True),
81
- gr.Dropdown(choices=styles, label="🎨 Select Style", value="Sketch") # Default style
82
  ],
83
  outputs=gr.Image(label="Generated Image"),
84
  title="🤖 Talk to Draw! 🎨",
 
78
  fn=generate_image,
79
  inputs=[
80
  gr.Textbox(label="✏️ Enter image description", lines=3, interactive=True),
81
+ gr.Dropdown(choices=styles, label="🎨 Select Style", value="Sketch - 草圖") # Default style
82
  ],
83
  outputs=gr.Image(label="Generated Image"),
84
  title="🤖 Talk to Draw! 🎨",