Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,8 +122,7 @@ def greet(Text,Voicetoclone,VoiceMicrophone):
|
|
122 |
demo = gr.Interface(
|
123 |
fn=greet,
|
124 |
inputs=[
|
125 |
-
label='Record voice to clone with microphone')
|
126 |
-
gr.Audio(source="microphone", type="filepath", streaming=True)
|
127 |
gr.inputs.Textbox(label='Enter text for cloned voice to speak aloud.'),
|
128 |
gr.Audio(type="filepath",source="upload", label='Upload a voice to clone from audio file'),
|
129 |
],
|
|
|
122 |
demo = gr.Interface(
|
123 |
fn=greet,
|
124 |
inputs=[
|
125 |
+
gr.Audio(source="microphone", type="filepath", streaming=True, label='Record voice to clone with microphone')
|
|
|
126 |
gr.inputs.Textbox(label='Enter text for cloned voice to speak aloud.'),
|
127 |
gr.Audio(type="filepath",source="upload", label='Upload a voice to clone from audio file'),
|
128 |
],
|