Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ def synthesize_tts(
|
|
| 104 |
|
| 105 |
inputs = [
|
| 106 |
gr.Textbox(value="Hello, World!", label="Text to Synthesize"),
|
| 107 |
-
gr.
|
| 108 |
gr.Dropdown(
|
| 109 |
choices=[
|
| 110 |
"Claribel Dervla", "Daisy Studious", "Gracie Wise", "Tammie Ema", "Alison Dietlinde", "Ana Florence",
|
|
|
|
| 104 |
|
| 105 |
inputs = [
|
| 106 |
gr.Textbox(value="Hello, World!", label="Text to Synthesize"),
|
| 107 |
+
gr.Files(label="Voice Clone(optional)"),
|
| 108 |
gr.Dropdown(
|
| 109 |
choices=[
|
| 110 |
"Claribel Dervla", "Daisy Studious", "Gracie Wise", "Tammie Ema", "Alison Dietlinde", "Ana Florence",
|