drewThomasson's picture
Upload 10 files
c39db41 verified
raw
history blame
153 Bytes
#!/bin/bash
# Create a Python virtual environment
python -m venv venv
# Activate the virtual environment
source venv/bin/activate
python xtts_demo.py