Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
B-K
/
ReVoice-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
B-K
commited on
Jul 6
Commit
b2140ad
·
verified
·
1 Parent(s):
9d82b52
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,7 +9,7 @@ def respond(
9
# audio,
10
target
11
):
12
-
target_phoneme = g2p(target)[0]
["translation"]
13
return target_phoneme
14
15
9
# audio,
10
target
11
):
12
+
target_phoneme = g2p(target)[0]
13
return target_phoneme
14
15