Update app.py
Browse files
app.py
CHANGED
|
@@ -65,6 +65,7 @@ demo = gr.Interface(
|
|
| 65 |
gr.Audio(type="filepath", label="Upload a Reference Voice (.wav)")
|
| 66 |
],
|
| 67 |
outputs=gr.Audio(label="Synthesized Output"),
|
|
|
|
| 68 |
title="Text to Voice using OpenVoice",
|
| 69 |
description="Clone any voice (English) and generate speech using OpenVoice on CPU.",
|
| 70 |
)
|
|
|
|
| 65 |
gr.Audio(type="filepath", label="Upload a Reference Voice (.wav)")
|
| 66 |
],
|
| 67 |
outputs=gr.Audio(label="Synthesized Output"),
|
| 68 |
+
flagging_dir = None,
|
| 69 |
title="Text to Voice using OpenVoice",
|
| 70 |
description="Clone any voice (English) and generate speech using OpenVoice on CPU.",
|
| 71 |
)
|