Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ def generate_audio(inputs):
|
|
| 66 |
demo = gr.Interface(
|
| 67 |
title= title,
|
| 68 |
description=description,
|
| 69 |
-
generate_audio,
|
| 70 |
examples = examples,
|
| 71 |
inputs= gr.Text(label="Input Text"),
|
| 72 |
outputs ="audio")
|
|
|
|
| 66 |
demo = gr.Interface(
|
| 67 |
title= title,
|
| 68 |
description=description,
|
| 69 |
+
fn=generate_audio,
|
| 70 |
examples = examples,
|
| 71 |
inputs= gr.Text(label="Input Text"),
|
| 72 |
outputs ="audio")
|