Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks(title="Voice Cloning TTS") as app:
|
|
29 |
gr.Markdown("Upload a short voice sample in English, then enter text to hear it in your voice!")
|
30 |
|
31 |
with gr.Row():
|
32 |
-
audio_input = gr.Audio(
|
33 |
text_input = gr.Textbox(label="Enter Text to Convert to Speech", placeholder="e.g., I love chocolate")
|
34 |
|
35 |
generate_btn = gr.Button("Generate Speech")
|
|
|
29 |
gr.Markdown("Upload a short voice sample in English, then enter text to hear it in your voice!")
|
30 |
|
31 |
with gr.Row():
|
32 |
+
audio_input = gr.Audio(type="filepath", label="Upload Your Voice Sample (English)")
|
33 |
text_input = gr.Textbox(label="Enter Text to Convert to Speech", placeholder="e.g., I love chocolate")
|
34 |
|
35 |
generate_btn = gr.Button("Generate Speech")
|