Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|