Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
110 |
label="Text to synthesize (max chars 300)",
|
111 |
max_lines=5
|
112 |
)
|
113 |
-
ref_wav = gr.
|
114 |
# ref_wav = gr.Audio(
|
115 |
# sources=["upload", "microphone"],
|
116 |
# type="filepath",
|
|
|
110 |
label="Text to synthesize (max chars 300)",
|
111 |
max_lines=5
|
112 |
)
|
113 |
+
ref_wav = gr.Textbox(value=None,label="Audio Source Path")
|
114 |
# ref_wav = gr.Audio(
|
115 |
# sources=["upload", "microphone"],
|
116 |
# type="filepath",
|