shukdevdatta123 commited on
Commit
db74fa9
·
verified ·
1 Parent(s): 7d2f892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(source="upload", 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")
 
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")