Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ demo = gr.Interface(
|
|
| 60 |
fn=tts,
|
| 61 |
inputs=[
|
| 62 |
gr.Textbox(label="Text to Synthesize"),
|
| 63 |
-
gr.Audio(
|
| 64 |
],
|
| 65 |
outputs=gr.Audio(label="Generated Audio"),
|
| 66 |
title="Zonos TTS Demo (Hybrid)",
|
|
|
|
| 60 |
fn=tts,
|
| 61 |
inputs=[
|
| 62 |
gr.Textbox(label="Text to Synthesize"),
|
| 63 |
+
gr.Audio(label="Reference Audio (for speaker embedding)"),
|
| 64 |
],
|
| 65 |
outputs=gr.Audio(label="Generated Audio"),
|
| 66 |
title="Zonos TTS Demo (Hybrid)",
|