Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ examples=[['你好,欢迎使用百度飞桨深度学习框架!']]
|
|
16 |
gr.Interface(
|
17 |
fn=inference,
|
18 |
inputs=gr.Textbox(label="input text", lines=10),
|
19 |
-
outputs=gr.Audio(type="
|
20 |
title=title,
|
21 |
description=description,
|
22 |
article=article,
|
|
|
16 |
gr.Interface(
|
17 |
fn=inference,
|
18 |
inputs=gr.Textbox(label="input text", lines=10),
|
19 |
+
outputs=gr.Audio(type="filepath", label="Output"),
|
20 |
title=title,
|
21 |
description=description,
|
22 |
article=article,
|