Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -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)")
|
|
|
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)")
|