Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,7 +239,7 @@ with gr.Blocks() as demo:
|
|
| 239 |
|
| 240 |
change_prompt_textbox = gr.Textbox(visible=True, label="Step 3: Write your editing instruction here")
|
| 241 |
inference_button = gr.Button("Step4: Start inference")
|
| 242 |
-
output_file = gr.Video(label="Edited Motion (It takes 40
|
| 243 |
|
| 244 |
show_video_button.click(
|
| 245 |
fn=select_and_show,
|
|
|
|
| 239 |
|
| 240 |
change_prompt_textbox = gr.Textbox(visible=True, label="Step 3: Write your editing instruction here")
|
| 241 |
inference_button = gr.Button("Step4: Start inference")
|
| 242 |
+
output_file = gr.Video(label="Edited Motion (It takes 40 sec to render. The video is truncated to 6sec due to the constraint of computational resources)")
|
| 243 |
|
| 244 |
show_video_button.click(
|
| 245 |
fn=select_and_show,
|