openfree commited on
Commit
1434d9d
β€’
1 Parent(s): 2f4d425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
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],