roll-ai commited on
Commit
f6a75a4
·
verified ·
1 Parent(s): 5bf643c

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -227,7 +227,7 @@ with demo:
227
  step1_video = gr.Video(label="[Step 1] Masked Video")
228
  step1_captions = gr.Textbox(label="[Step 1] Captions", lines=4)
229
  step1_logs = gr.Textbox(label="[Step 1] Logs")
230
- step1_depth = gr.Video(label="[Step 1] Depth Video", visible=False) # Hidden by default
231
 
232
  with gr.TabItem("Step 2: CogVideoX Refinement"):
233
  with gr.Row():
 
227
  step1_video = gr.Video(label="[Step 1] Masked Video")
228
  step1_captions = gr.Textbox(label="[Step 1] Captions", lines=4)
229
  step1_logs = gr.Textbox(label="[Step 1] Logs")
230
+ step1_depth = gr.Video(label="[Step 1] Depth Video") # Hidden by default
231
 
232
  with gr.TabItem("Step 2: CogVideoX Refinement"):
233
  with gr.Row():