jharrison27 commited on
Commit
f8f8cb9
Β·
1 Parent(s): 977fa4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,6 +123,6 @@ demo = gr.Interface(
123
  fn=greet,
124
  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)],
125
  outputs="audio",
126
- title="πŸ—£οΈ Clone Any Voice πŸ”Š"
127
  )
128
  demo.launch()
 
123
  fn=greet,
124
  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)],
125
  outputs="audio",
126
+ title="πŸ—£οΈ Record and Clone Any Voice πŸ”Š"
127
  )
128
  demo.launch()