JackIsNotInTheBox commited on
Commit
5806ea4
·
1 Parent(s): eaedb53

Remove share=True (redundant on HF Spaces)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()