hantupocong commited on
Commit
dde35d6
·
verified ·
1 Parent(s): 016349c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -258,7 +258,7 @@ with gr.Blocks() as demo:
258
  submit_btn = gr.Button("Submit")
259
  clear_btn = gr.Button("Clear")
260
 
261
- with gr.Column(scale=2):
262
  video_output = gr.Video(label="Generated Pose Animation")
263
  text_output = gr.Markdown(label="Match Check (Phrase + Word Level):")
264
  youtube_output = gr.HTML()
@@ -271,4 +271,4 @@ with gr.Blocks() as demo:
271
  inputs=[],
272
  outputs=[video_output, text_output, youtube_output])
273
 
274
- demo.launch(debug=True)
 
258
  submit_btn = gr.Button("Submit")
259
  clear_btn = gr.Button("Clear")
260
 
261
+ with gr.Column(scale=1):
262
  video_output = gr.Video(label="Generated Pose Animation")
263
  text_output = gr.Markdown(label="Match Check (Phrase + Word Level):")
264
  youtube_output = gr.HTML()
 
271
  inputs=[],
272
  outputs=[video_output, text_output, youtube_output])
273
 
274
+ demo.launch(debug=True)