bark / bark_webui.bat
jamalsenouci's picture
Upload folder using huggingface_hub
c6919c4
raw
history blame contribute delete
130 Bytes
@echo off
call %USERPROFILE%\mambaforge\Scripts\activate.bat bark-infinity-oneclick
python %USERPROFILE%\bark\bark_webui.py
pause