Spaces:
Paused
Paused
Update gradio_app.py
Browse files- 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"
|
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():
|