Spaces:
Running on Zero
Running on Zero
Commit ·
d9d27f2
1
Parent(s): 798c73c
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,6 +174,6 @@ demo = gr.Interface(
|
|
| 174 |
gr.Audio(label="Generated Audio")
|
| 175 |
],
|
| 176 |
title="TARO: Video-to-Audio Synthesis (ICCV 2025)",
|
| 177 |
-
description="Upload a video and generate synchronized audio using TARO. Optimal duration is
|
| 178 |
)
|
| 179 |
demo.queue().launch()
|
|
|
|
| 174 |
gr.Audio(label="Generated Audio")
|
| 175 |
],
|
| 176 |
title="TARO: Video-to-Audio Synthesis (ICCV 2025)",
|
| 177 |
+
description="Upload a video and generate synchronized audio using TARO. Optimal duration is 8.2s."
|
| 178 |
)
|
| 179 |
demo.queue().launch()
|