Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -521,10 +521,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
521 |
visible=False
|
522 |
)
|
523 |
|
524 |
-
# νμ¬ μ νλ κ°λ€μ μ μ₯ν μν λ³μλ€
|
525 |
-
txt2vid_current_height = gr.State(value=512)
|
526 |
-
txt2vid_current_width = gr.State(value=320)
|
527 |
-
txt2vid_current_num_frames = gr.State(value=257)
|
528 |
|
529 |
txt2vid_preset = gr.Dropdown(
|
530 |
choices=[p["label"] for p in preset_options],
|
@@ -580,10 +576,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
580 |
visible=False
|
581 |
)
|
582 |
|
583 |
-
# νμ¬ μ νλ κ°λ€μ μ μ₯ν μν λ³μλ€
|
584 |
-
img2vid_current_height = gr.State(value=512)
|
585 |
-
img2vid_current_width = gr.State(value=768)
|
586 |
-
img2vid_current_num_frames = gr.State(value=97)
|
587 |
|
588 |
img2vid_preset = gr.Dropdown(
|
589 |
choices=[p["label"] for p in preset_options],
|
|
|
521 |
visible=False
|
522 |
)
|
523 |
|
|
|
|
|
|
|
|
|
524 |
|
525 |
txt2vid_preset = gr.Dropdown(
|
526 |
choices=[p["label"] for p in preset_options],
|
|
|
576 |
visible=False
|
577 |
)
|
578 |
|
|
|
|
|
|
|
|
|
579 |
|
580 |
img2vid_preset = gr.Dropdown(
|
581 |
choices=[p["label"] for p in preset_options],
|