Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ def greet(Text,Voicetoclone,VoiceMicrophone):
|
|
| 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 |
],
|
|
|
|
| 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 |
],
|