Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,9 +49,9 @@ def main():
|
|
| 49 |
label="Text",
|
| 50 |
)
|
| 51 |
|
| 52 |
-
reference_audio = gr.Audio(label="Reference Audio", type="filepath")
|
| 53 |
|
| 54 |
-
output_audio = gr.Audio(label="
|
| 55 |
# download_audio = gr.Audio(label="dowanload audio:")
|
| 56 |
interface = gr.Interface(
|
| 57 |
fn=inference,
|
|
|
|
| 49 |
label="Text",
|
| 50 |
)
|
| 51 |
|
| 52 |
+
reference_audio = gr.Audio(label="Reference Audio", type="filepath")
|
| 53 |
|
| 54 |
+
output_audio = gr.Audio(label="Generated Speech")
|
| 55 |
# download_audio = gr.Audio(label="dowanload audio:")
|
| 56 |
interface = gr.Interface(
|
| 57 |
fn=inference,
|