Spaces:
Running
Running
jhlfrfufyfn
commited on
Commit
•
17ac8e8
1
Parent(s):
75ccc38
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ print("LIST IS", os.listdir())
|
|
72 |
iface = gr.Interface(
|
73 |
fn=tts,
|
74 |
inputs=gr.Textbox(lines=5, label="Input Text", value=be_text),
|
75 |
-
outputs=gr.Audio(type="
|
76 |
title=my_title,
|
77 |
description=my_description,
|
78 |
article="",
|
|
|
72 |
iface = gr.Interface(
|
73 |
fn=tts,
|
74 |
inputs=gr.Textbox(lines=5, label="Input Text", value=be_text),
|
75 |
+
outputs=gr.Audio(type="filepath", label="Output Audio"),
|
76 |
title=my_title,
|
77 |
description=my_description,
|
78 |
article="",
|