Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clr
/
pce
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
catiR
commited on
Oct 11, 2023
Commit
a2b291c
·
1 Parent(s):
94e087c
app
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,7 +32,7 @@ setup()
32
33
34
def f1(voices, sent):
35
-
one_tts = scripts.runSQ.run(
sentence
,voices)
36
return (one_tts)
37
38
32
33
34
def f1(voices, sent):
35
+
one_tts = scripts.runSQ.run(
sent
,voices)
36
return (one_tts)
37
38