show code js

2024年6月25日 星期二

Bark

 Bark

  • Git
    git clone https://github.com/C0untFloyd/bark-gui
  • Anaconda
  • Install
    pip install .
    pip install -r requirements.txt
  • Run
    python webui.py
  • WEB
    Open http://127.0.0.1:7860
  • ERROR:bark Audio.__init__() got an unexpected keyword argument 'source'
    pip uninstall gradio
    pip install gradio==3.50.2