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

Update app.py

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