Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ronniet
/
tts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ronniet
commited on
Oct 10, 2023
Commit
60ec7e4
·
1 Parent(s):
1e3aa9c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -10,8 +10,8 @@ def predict(text):
10
11
demo = gr.Interface(
12
fn=predict,
13
-
input
='text',
14
-
output
='audio'
15
)
16
17
10
11
demo = gr.Interface(
12
fn=predict,
13
+
inputs
='text',
14
+
outputs
='audio'
15
)
16
17