Spaces:
Sleeping
Sleeping
Commit
·
796d80b
1
Parent(s):
94d4a00
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ output_component = gr.Audio()
|
|
86 |
|
87 |
demo = gr.Interface(
|
88 |
fn=generate_audio_func,
|
89 |
-
inputs=
|
90 |
outputs=output_component,
|
91 |
title=app_name,
|
92 |
description=app_description
|
|
|
86 |
|
87 |
demo = gr.Interface(
|
88 |
fn=generate_audio_func,
|
89 |
+
inputs=input_component,
|
90 |
outputs=output_component,
|
91 |
title=app_name,
|
92 |
description=app_description
|