Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ HEAD = ("""<div>
|
|
| 88 |
<a href="https://https://github.com/Dai-Wenxun" target="_blank" rel="noopener noreferrer">Wenxun Dai</a><sup>1</sup>,
|
| 89 |
<a href="https://juxuan27.github.io/" target="_blank" rel="noopener noreferrer">Xuan Ju</a><sup>3</sup>,
|
| 90 |
<a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Shunlin Lu</a><sup>4</sup>,
|
| 91 |
-
<a href="https://leizhang.org" target="_blank" rel="noopener noreferrer">Lei Zhang</a><sup
|
| 92 |
</h3>
|
| 93 |
<h3><sup>π€</sup><i>Corresponding author.</i></h3>
|
| 94 |
<h3>
|
|
@@ -495,7 +495,7 @@ def main():
|
|
| 495 |
generate_button = gr.Button("Generate motion")
|
| 496 |
|
| 497 |
with gr.Row():
|
| 498 |
-
video_display = gr.HTML(label="
|
| 499 |
|
| 500 |
|
| 501 |
tabs = gr.Tabs(visible=True)
|
|
@@ -505,7 +505,7 @@ def main():
|
|
| 505 |
int_input = gr.Number(label="Editing word index", minimum=0, maximum=70)
|
| 506 |
weight_input = gr.Slider(minimum=-1, maximum=1, step=0.01, label="Input weight for (de-)emphasizing [-1, 1]", value=0)
|
| 507 |
|
| 508 |
-
trim_button = gr.Button("Edit
|
| 509 |
|
| 510 |
with gr.Row():
|
| 511 |
original_video1 = gr.HTML(label="before editing", visible=False)
|
|
|
|
| 88 |
<a href="https://https://github.com/Dai-Wenxun" target="_blank" rel="noopener noreferrer">Wenxun Dai</a><sup>1</sup>,
|
| 89 |
<a href="https://juxuan27.github.io/" target="_blank" rel="noopener noreferrer">Xuan Ju</a><sup>3</sup>,
|
| 90 |
<a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Shunlin Lu</a><sup>4</sup>,
|
| 91 |
+
<a href="https://leizhang.org" target="_blank" rel="noopener noreferrer">Lei Zhang</a><sup>2 π€</sup>
|
| 92 |
</h3>
|
| 93 |
<h3><sup>π€</sup><i>Corresponding author.</i></h3>
|
| 94 |
<h3>
|
|
|
|
| 495 |
generate_button = gr.Button("Generate motion")
|
| 496 |
|
| 497 |
with gr.Row():
|
| 498 |
+
video_display = gr.HTML(label="Generated motion", visible=True)
|
| 499 |
|
| 500 |
|
| 501 |
tabs = gr.Tabs(visible=True)
|
|
|
|
| 505 |
int_input = gr.Number(label="Editing word index", minimum=0, maximum=70)
|
| 506 |
weight_input = gr.Slider(minimum=-1, maximum=1, step=0.01, label="Input weight for (de-)emphasizing [-1, 1]", value=0)
|
| 507 |
|
| 508 |
+
trim_button = gr.Button("Edit Motion")
|
| 509 |
|
| 510 |
with gr.Row():
|
| 511 |
original_video1 = gr.HTML(label="before editing", visible=False)
|