KingNish commited on
Commit
6b67715
·
verified ·
1 Parent(s): 155504c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(css=css) as demo:
172
  with gr.Row():
173
  with gr.Column(scale=1):
174
  type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
175
- enhance_prompt = gr.Chackbox()
176
  with gr.Column(scale=1):
177
  generate_button = gr.Button("Generate")
178
 
 
172
  with gr.Row():
173
  with gr.Column(scale=1):
174
  type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
175
+ enhance_prompt = gr.Checkbox(label="Enhance prompt", value = True)
176
  with gr.Column(scale=1):
177
  generate_button = gr.Button("Generate")
178