Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ demo = gr.Interface(
|
|
| 55 |
gr.Textbox(label="Text"),
|
| 56 |
gr.Audio(type="filepath", label="Reference Voice (optional)")
|
| 57 |
],
|
| 58 |
-
outputs="
|
| 59 |
title="OmniVoice TTS (Voice Cloning)"
|
| 60 |
)
|
| 61 |
|
|
|
|
| 55 |
gr.Textbox(label="Text"),
|
| 56 |
gr.Audio(type="filepath", label="Reference Voice (optional)")
|
| 57 |
],
|
| 58 |
+
outputs=gr.Audio(type="filepath"),
|
| 59 |
title="OmniVoice TTS (Voice Cloning)"
|
| 60 |
)
|
| 61 |
|