Commit ·
5806ea4
1
Parent(s): eaedb53
Remove share=True (redundant on HF Spaces)
Browse files
app.py
CHANGED
|
@@ -318,4 +318,4 @@ demo = gr.Interface(
|
|
| 318 |
title="TARO: Video-to-Audio Synthesis (ICCV 2025)",
|
| 319 |
description="Upload a video and generate synchronized audio using TARO. Optimal clip duration is 8.2s. Longer videos are automatically split into overlapping segments and stitched with a crossfade.",
|
| 320 |
)
|
| 321 |
-
demo.queue().launch(
|
|
|
|
| 318 |
title="TARO: Video-to-Audio Synthesis (ICCV 2025)",
|
| 319 |
description="Upload a video and generate synchronized audio using TARO. Optimal clip duration is 8.2s. Longer videos are automatically split into overlapping segments and stitched with a crossfade.",
|
| 320 |
)
|
| 321 |
+
demo.queue().launch()
|