awacke1 commited on
Commit
baa02a4
1 Parent(s): 936eba4

Update app.py

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