mirror of
https://github.com/voice-cloning-app/Voice-Cloning-App.git
synced 2026-02-24 12:10:29 +01:00
4 lines
97 B
Python
4 lines
97 B
Python
from PyInstaller.utils.hooks import collect_data_files
|
|
|
|
datas = collect_data_files("deepspeech")
|