Spaces:
Paused
Paused
Amamrnaf
commited on
Commit
·
67743da
1
Parent(s):
4d59a71
interface done
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
|
|
28 |
text_input = gr.Textbox(label="Input Text", placeholder="Enter your text here.")
|
29 |
|
30 |
with gr.Row():
|
31 |
-
speaker_audio = gr.Audio(
|
32 |
speaker_name = gr.Textbox(label="Speaker Name", placeholder="Enter the speaker's name.")
|
33 |
|
34 |
option_selected = gr.Dropdown(choices=["Option 1", "Option 2", "Option 3"], label="Select an Option")
|
|
|
28 |
text_input = gr.Textbox(label="Input Text", placeholder="Enter your text here.")
|
29 |
|
30 |
with gr.Row():
|
31 |
+
speaker_audio = gr.Audio(label="Speaker Audio (to be cloned)",type='filepath', format='wav')
|
32 |
speaker_name = gr.Textbox(label="Speaker Name", placeholder="Enter the speaker's name.")
|
33 |
|
34 |
option_selected = gr.Dropdown(choices=["Option 1", "Option 2", "Option 3"], label="Select an Option")
|