Howieeeee commited on
Commit
55e6b76
Β·
verified Β·
1 Parent(s): 7e42bb7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +42 -42
app.py CHANGED
@@ -859,27 +859,27 @@ with block:
859
 
860
 
861
  submission_result = gr.Markdown()
862
- submit_button.click(
863
- add_new_eval,
864
- inputs = [
865
- input_file,
866
- model_name_textbox,
867
- revision_name_textbox,
868
- model_link,
869
- team_name,
870
- contact_email,
871
- release_time,
872
- access_type,
873
- model_resolution,
874
- model_fps,
875
- model_frame,
876
- model_video_length,
877
- model_checkpoint,
878
- model_commit_id,
879
- model_video_format
880
- ],
881
- outputs=[submit_button, submit_succ_button, fail_textbox]
882
- )
883
 
884
  with gr.TabItem("πŸš€ [I2V]Submit here! ", elem_id="mvbench-i2v-tab-table", id=7):
885
  gr.Markdown(LEADERBORAD_INTRODUCTION, elem_classes="markdown-text")
@@ -932,27 +932,27 @@ with block:
932
 
933
 
934
  submission_result_i2v = gr.Markdown()
935
- submit_button_i2v.click(
936
- add_new_eval_i2v,
937
- inputs = [
938
- input_file_i2v,
939
- model_name_textbox_i2v,
940
- revision_name_textbox_i2v,
941
- model_link_i2v,
942
- team_name_i2v,
943
- contact_email_i2v,
944
- release_time_i2v,
945
- access_type_i2v,
946
- model_resolution_i2v,
947
- model_fps_i2v,
948
- model_frame_i2v,
949
- model_video_length_i2v,
950
- model_checkpoint_i2v,
951
- model_commit_id_i2v,
952
- model_video_format_i2v
953
- ],
954
- outputs=[submit_button_i2v, submit_succ_button_i2v, fail_textbox_i2v]
955
- )
956
 
957
 
958
 
 
859
 
860
 
861
  submission_result = gr.Markdown()
862
+ # submit_button.click(
863
+ # add_new_eval,
864
+ # inputs = [
865
+ # input_file,
866
+ # model_name_textbox,
867
+ # revision_name_textbox,
868
+ # model_link,
869
+ # team_name,
870
+ # contact_email,
871
+ # release_time,
872
+ # access_type,
873
+ # model_resolution,
874
+ # model_fps,
875
+ # model_frame,
876
+ # model_video_length,
877
+ # model_checkpoint,
878
+ # model_commit_id,
879
+ # model_video_format
880
+ # ],
881
+ # outputs=[submit_button, submit_succ_button, fail_textbox]
882
+ # )
883
 
884
  with gr.TabItem("πŸš€ [I2V]Submit here! ", elem_id="mvbench-i2v-tab-table", id=7):
885
  gr.Markdown(LEADERBORAD_INTRODUCTION, elem_classes="markdown-text")
 
932
 
933
 
934
  submission_result_i2v = gr.Markdown()
935
+ # submit_button_i2v.click(
936
+ # add_new_eval_i2v,
937
+ # inputs = [
938
+ # input_file_i2v,
939
+ # model_name_textbox_i2v,
940
+ # revision_name_textbox_i2v,
941
+ # model_link_i2v,
942
+ # team_name_i2v,
943
+ # contact_email_i2v,
944
+ # release_time_i2v,
945
+ # access_type_i2v,
946
+ # model_resolution_i2v,
947
+ # model_fps_i2v,
948
+ # model_frame_i2v,
949
+ # model_video_length_i2v,
950
+ # model_checkpoint_i2v,
951
+ # model_commit_id_i2v,
952
+ # model_video_format_i2v
953
+ # ],
954
+ # outputs=[submit_button_i2v, submit_succ_button_i2v, fail_textbox_i2v]
955
+ # )
956
 
957
 
958