Shad0ws commited on
Commit
9dd939d
1 Parent(s): cf56f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,6 +160,6 @@ demo = gr.Interface(
160
  fn=greet,
161
  inputs=[gr.inputs.Textbox(label='What would you like the voice to say? (max. 2000 characters per request)'),gr.Audio(type="filepath",source="upload",label='Please upload a voice to clone (max. 30mb)'),gr.Audio(source="microphone", type="filepath", streaming=True)],
162
  outputs="audio",
163
- title="Voice Cloning Tool"
164
  )
165
  demo.launch()
 
160
  fn=greet,
161
  inputs=[gr.inputs.Textbox(label='What would you like the voice to say? (max. 2000 characters per request)'),gr.Audio(type="filepath",source="upload",label='Please upload a voice to clone (max. 30mb)'),gr.Audio(source="microphone", type="filepath", streaming=True)],
162
  outputs="audio",
163
+ title="Cloning Interface"
164
  )
165
  demo.launch()