awacke1 commited on
Commit
0d13a94
1 Parent(s): 85ff033

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="🗣️ Clone Any Voice 🔊"
127
  )
128
  demo.launch()