Update app.py
Browse files
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=
|
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)
|