Files
Voice-Cloning-App/extra-hooks/hook-deepspeech.py
BenAAndrew a06fe7e9ad Formatting
2021-08-11 21:50:04 +01:00

4 lines
97 B
Python

from PyInstaller.utils.hooks import collect_data_files
datas = collect_data_files("deepspeech")