Spaces:
Sleeping
Sleeping
File size: 261 Bytes
709586b |
1 2 3 4 5 6 7 8 9 10 11 |
import os
os.system("git clone --branch v2.b https://github.com/DigitalPhonetics/IMS-Toucan.git toucan_codebase")
os.system("mv toucan_codebase/* .")
from run_model_downloader import download_models
from demo import Demo
download_models()
Demo(gpu_id="cpu")
|