Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ovieyra21
/
mabama-tts
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ovieyra21
commited on
Apr 30, 2024
Commit
6ea4f7c
·
1 Parent(s):
03f890a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -7,4 +7,4 @@ from transformers import AutoModel
7
iface = gr.Interface.load("ovieyra21/mabama-tts-es")
8
9
# Lanza la interfaz
10
-
iface.
launch()
7
iface = gr.Interface.load("ovieyra21/mabama-tts-es")
8
9
# Lanza la interfaz
10
+
launch()