Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|