alexnasa commited on
Commit
83471ec
Β·
verified Β·
1 Parent(s): c31306a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
295
  input_image = gr.Image(type="pil", height=512)
296
  run_button = gr.Button("πŸ”Ž Magnify 4x", variant="primary")
297
  duration_time = gr.Text(label="duration time", value=60, visible=False)
298
- with gr.Accordion("Options", visible=False):
299
  user_prompt = gr.Textbox(label="User Prompt", value="")
300
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")
301
  negative_prompt = gr.Textbox(
 
295
  input_image = gr.Image(type="pil", height=512)
296
  run_button = gr.Button("πŸ”Ž Magnify 4x", variant="primary")
297
  duration_time = gr.Text(label="duration time", value=60, visible=False)
298
+ with gr.Accordion("Options"):
299
  user_prompt = gr.Textbox(label="User Prompt", value="")
300
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")
301
  negative_prompt = gr.Textbox(