JackIsNotInTheBox commited on
Commit
d9d27f2
·
1 Parent(s): 798c73c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 as close to 8 seconds as possible."
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()