Spaces:
Runtime error
Runtime error
Commit
·
1b38604
1
Parent(s):
e409745
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ def greet(Text,Voicetoclone):
|
|
| 151 |
|
| 152 |
demo = gr.Interface(
|
| 153 |
fn=greet,
|
| 154 |
-
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)')],
|
| 155 |
outputs="audio",
|
| 156 |
title="Bilal's Voice Cloning Tool"
|
| 157 |
)
|
|
|
|
| 151 |
|
| 152 |
demo = gr.Interface(
|
| 153 |
fn=greet,
|
| 154 |
+
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)],
|
| 155 |
outputs="audio",
|
| 156 |
title="Bilal's Voice Cloning Tool"
|
| 157 |
)
|