alexnasa commited on
Commit
e4f0236
Β·
verified Β·
1 Parent(s): 3898490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -322,9 +322,9 @@ with gr.Blocks(css=css, theme=theme) as demo:
322
  )
323
  with gr.Row():
324
  with gr.Column():
325
- input_image = gr.Image(type="pil", height=256)
326
  run_button = gr.Button("πŸ”Ž Magnify 4x", variant="primary")
327
- duration_time = gr.Text(label="duration time", value=60)
328
  with gr.Accordion("Options", visible=False):
329
  user_prompt = gr.Textbox(label="User Prompt", value="")
330
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")
 
322
  )
323
  with gr.Row():
324
  with gr.Column():
325
+ input_image = gr.Image(type="pil", height=512)
326
  run_button = gr.Button("πŸ”Ž Magnify 4x", variant="primary")
327
+ duration_time = gr.Text(label="duration time", value=60, visible=False)
328
  with gr.Accordion("Options", visible=False):
329
  user_prompt = gr.Textbox(label="User Prompt", value="")
330
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")