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