hubconf dependency

This commit is contained in:
Eren Gölge 2021-02-05 13:23:00 +00:00 committed by Eren Gölge
parent ed56944c4a
commit fa44e329fd
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