Run MiraTTS locally

#5
by rzgar - opened

Hi folk,
This is slightly modified Space codes to run on a local environment. Tested on conda environments with Python 3.11 and Python 3.12
https://huggingface.co/rzgar/r_drive/blob/main/Mira-TTS_Gradio_local.tar.gz

conda create -n miratts python=3.12
conda activate mirratts
pip install -r requirements.txt
python launch.py

Sign up or log in to comment