Bmo411 commited on
Commit
89cbeba
·
verified ·
1 Parent(s): b2839d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import numpy as np
3
  import tensorflow as tf
4
  from tensorflow import keras
5
  import torch
 
6
  from speechbrain.inference.TTS import Tacotron2
7
 
8
  # Cargar Tacotron2
 
3
  import tensorflow as tf
4
  from tensorflow import keras
5
  import torch
6
+ from huggingface_hub import hf_hub_download
7
  from speechbrain.inference.TTS import Tacotron2
8
 
9
  # Cargar Tacotron2