How can FunClip be deployed locally?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
To deploy FunClip locally, users need to clone the repository using `git clone https://github.com/modelscope/FunClip`, install dependencies with `pip install -r ./requirements.txt`, and optionally install ImageMagick for videos with embedded subtitles. The Gradio service can be launched using `python funclip/launch.py`.