Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mrfakename/Kokoro-API
mrfakename
/
Kokoro-API-1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yaron Koresh
commited on
Aug 12, 2024
Commit
28395bf
·
verified
·
1 Parent(s):
00319d6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -200,7 +200,7 @@ def handle(*args):
200
global inp
201
global out
202
203
-
inp =
array(
args
, dtype=)
204
205
out = array([],dtype=string)
206
200
global inp
201
global out
202
203
+
inp = args
204
205
out = array([],dtype=string)
206