KingNish commited on
Commit
6f4969f
·
verified ·
1 Parent(s): fd8667f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
181
  with gr.Row():
182
  type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
183
  enhance_prompt = gr.Checkbox(label="Enhance prompt", value = True)
184
- fast = gr.Checkbox(label="FAST Generation")
185
 
186
  with gr.Row():
187
  input_image = gr.Image(label="Image", type='filepath', interactive=True)
 
181
  with gr.Row():
182
  type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
183
  enhance_prompt = gr.Checkbox(label="Enhance prompt", value = True)
184
+ fast = gr.Checkbox(label="FAST Generation", value=True)
185
 
186
  with gr.Row():
187
  input_image = gr.Image(label="Image", type='filepath', interactive=True)