Yzy00518 commited on
Commit
c47ff83
·
verified ·
1 Parent(s): 3264cd5

Update app.py

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