Spaces:
Running
on
Zero
Running
on
Zero
James Zhou
commited on
Commit
·
2e12721
1
Parent(s):
d4bbdf2
[update] app.py
Browse files
app.py
CHANGED
|
@@ -558,7 +558,6 @@ def create_gradio_interface():
|
|
| 558 |
|
| 559 |
video_input = gr.Video(
|
| 560 |
label="Upload Video",
|
| 561 |
-
info="Supported formats: MP4, AVI, MOV, etc.",
|
| 562 |
height=300
|
| 563 |
)
|
| 564 |
|
|
@@ -566,7 +565,6 @@ def create_gradio_interface():
|
|
| 566 |
label="🎯 Audio Description (English)",
|
| 567 |
placeholder="A person walks on frozen ice",
|
| 568 |
lines=3,
|
| 569 |
-
info="Describe the audio you want to generate (optional)"
|
| 570 |
)
|
| 571 |
|
| 572 |
with gr.Row():
|
|
|
|
| 558 |
|
| 559 |
video_input = gr.Video(
|
| 560 |
label="Upload Video",
|
|
|
|
| 561 |
height=300
|
| 562 |
)
|
| 563 |
|
|
|
|
| 565 |
label="🎯 Audio Description (English)",
|
| 566 |
placeholder="A person walks on frozen ice",
|
| 567 |
lines=3,
|
|
|
|
| 568 |
)
|
| 569 |
|
| 570 |
with gr.Row():
|