Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,8 @@ generate_image_prompt_gr = gradio.Interface(
|
|
62 |
|
63 |
generate_audio_gr = gradio.Interface(
|
64 |
fn=generate_audio,
|
65 |
-
inputs=
|
66 |
-
outputs="
|
67 |
title="Convert text to audio",
|
68 |
description="An API for the user to convert text to audio"
|
69 |
)
|
|
|
62 |
|
63 |
generate_audio_gr = gradio.Interface(
|
64 |
fn=generate_audio,
|
65 |
+
inputs="text",
|
66 |
+
outputs="text",
|
67 |
title="Convert text to audio",
|
68 |
description="An API for the user to convert text to audio"
|
69 |
)
|