hubconf dependency

This commit is contained in:
Eren Gölge 2021-02-05 13:23:00 +00:00
parent f4f6290eec
commit 5b06c74bf4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
dependencies = ['torch', 'gdown']
dependencies = ['torch', 'gdown', 'pysbd']
import torch
from TTS.utils.synthesizer import Synthesizer