lwpyh commited on
Commit
7f997dc
·
verified ·
1 Parent(s): 1cdb1e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -663,7 +663,7 @@ with block:
663
  datatype=DATA_TITILE_TYPE,
664
  interactive=False,
665
  visible=True,
666
- height=700,
667
  )
668
 
669
  choosen_q.click(choose_all_quailty, inputs=None, outputs=[checkbox_group]).then(fn=on_filter_model_size_method_change, inputs=[ checkbox_group, vbench_team_filter,vbench_validate_filter], outputs=data_component)
@@ -793,7 +793,7 @@ with block:
793
  datatype=DATA_TITILE_TYPE,
794
  interactive=False,
795
  visible=True,
796
- height=700,
797
  )
798
 
799
  choosen_q_long.click(choose_all_quailty, inputs=None, outputs=[checkbox_group_long]).then(fn=on_filter_model_size_method_change_long, inputs=[ checkbox_group_long, vbench_team_filter_long, vbench_validate_filter_long], outputs=data_component)
@@ -844,7 +844,7 @@ with block:
844
  gr.Markdown("The following is optional and will be synced to [GitHub] (https://github.com/Vchitect/VBench/tree/master/sampled_videos#what-are-the-details-of-the-video-generation-models)", elem_classes="markdown-text")
845
  with gr.Row():
846
  release_time = gr.Textbox(label="Time of Publish", placeholder="1970-01-01")
847
- model_resolution = gr.Textbox(label="resolution", placeholder="Width x Height")
848
  model_fps = gr.Textbox(label="model fps", placeholder="FPS(int)")
849
  model_frame = gr.Textbox(label="model frame count", placeholder="INT")
850
  model_video_length = gr.Textbox(label="model video length", placeholder="float(2.0)")
@@ -917,7 +917,7 @@ with block:
917
  gr.Markdown("The following is optional and will be synced to [GitHub] (https://github.com/Vchitect/VBench/tree/master/sampled_videos#what-are-the-details-of-the-video-generation-models)", elem_classes="markdown-text")
918
  with gr.Row():
919
  release_time_i2v = gr.Textbox(label="Time of Publish", placeholder="1970-01-01")
920
- model_resolution_i2v = gr.Textbox(label="resolution", placeholder="Width x Height")
921
  model_fps_i2v = gr.Textbox(label="model fps", placeholder="FPS(int)")
922
  model_frame_i2v = gr.Textbox(label="model frame count", placeholder="INT")
923
  model_video_length_i2v = gr.Textbox(label="model video length", placeholder="float(2.0)")
 
663
  datatype=DATA_TITILE_TYPE,
664
  interactive=False,
665
  visible=True,
666
+ # height=700,
667
  )
668
 
669
  choosen_q.click(choose_all_quailty, inputs=None, outputs=[checkbox_group]).then(fn=on_filter_model_size_method_change, inputs=[ checkbox_group, vbench_team_filter,vbench_validate_filter], outputs=data_component)
 
793
  datatype=DATA_TITILE_TYPE,
794
  interactive=False,
795
  visible=True,
796
+ # height=700,
797
  )
798
 
799
  choosen_q_long.click(choose_all_quailty, inputs=None, outputs=[checkbox_group_long]).then(fn=on_filter_model_size_method_change_long, inputs=[ checkbox_group_long, vbench_team_filter_long, vbench_validate_filter_long], outputs=data_component)
 
844
  gr.Markdown("The following is optional and will be synced to [GitHub] (https://github.com/Vchitect/VBench/tree/master/sampled_videos#what-are-the-details-of-the-video-generation-models)", elem_classes="markdown-text")
845
  with gr.Row():
846
  release_time = gr.Textbox(label="Time of Publish", placeholder="1970-01-01")
847
+ model_resolution = gr.Textbox(label="resolution", )placeholder="Width x Height")
848
  model_fps = gr.Textbox(label="model fps", placeholder="FPS(int)")
849
  model_frame = gr.Textbox(label="model frame count", placeholder="INT")
850
  model_video_length = gr.Textbox(label="model video length", placeholder="float(2.0)")
 
917
  gr.Markdown("The following is optional and will be synced to [GitHub] (https://github.com/Vchitect/VBench/tree/master/sampled_videos#what-are-the-details-of-the-video-generation-models)", elem_classes="markdown-text")
918
  with gr.Row():
919
  release_time_i2v = gr.Textbox(label="Time of Publish", placeholder="1970-01-01")
920
+ model_resolution_i2v = gr.Textbox(label="resolution", )#placeholder="Width x Height")
921
  model_fps_i2v = gr.Textbox(label="model fps", placeholder="FPS(int)")
922
  model_frame_i2v = gr.Textbox(label="model frame count", placeholder="INT")
923
  model_video_length_i2v = gr.Textbox(label="model video length", placeholder="float(2.0)")