ZZZXIANG commited on
Commit
fd1b84b
·
verified ·
1 Parent(s): 77a2517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -313,13 +313,13 @@ with gr.Blocks() as demo:
313
  interactive=False
314
  )
315
 
316
- # with gr.Column():
317
- # output_video = gr.Video(
318
- # label="video", format="mp4",
319
- # width=379,
320
- # autoplay=True,
321
- # interactive=False
322
- # )
323
 
324
  with gr.Row():
325
  with gr.Tab("OBJ"):
 
313
  interactive=False
314
  )
315
 
316
+ with gr.Column():
317
+ output_video = gr.Video(
318
+ label="video", format="mp4",
319
+ width=500,
320
+ autoplay=True,
321
+ interactive=False
322
+ )
323
 
324
  with gr.Row():
325
  with gr.Tab("OBJ"):