Spaces:
Running
Running
Commit
·
3daca4d
1
Parent(s):
7067473
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def convert(model, src, tgt):
|
|
102 |
|
103 |
model = gr.Dropdown(choices=["FreeVC", "FreeVC-s", "FreeVC (24kHz)","FreeVC CVFR"], value="FreeVC",type="value", label="Model")
|
104 |
#audio1 = gr.inputs.Audio(label="Source Audio", type='filepath')
|
105 |
-
audio1=gr.Audio(source="microphone",
|
106 |
audio2 = gr.inputs.Audio(label="Reference Audio", type='filepath')
|
107 |
inputs = [model, audio1, audio2]
|
108 |
outputs = gr.outputs.Audio(label="Output Audio", type='filepath')
|
|
|
102 |
|
103 |
model = gr.Dropdown(choices=["FreeVC", "FreeVC-s", "FreeVC (24kHz)","FreeVC CVFR"], value="FreeVC",type="value", label="Model")
|
104 |
#audio1 = gr.inputs.Audio(label="Source Audio", type='filepath')
|
105 |
+
audio1=gr.Audio(source="microphone", type="filepath")
|
106 |
audio2 = gr.inputs.Audio(label="Reference Audio", type='filepath')
|
107 |
inputs = [model, audio1, audio2]
|
108 |
outputs = gr.outputs.Audio(label="Output Audio", type='filepath')
|