Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|