Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
3cb3114
1
Parent(s):
c999fa4
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ def inference(audio1, audio2):
|
|
18 |
out = os.path.basename(str(audio1)).split(".")[0] + "_converted_gen.wav"
|
19 |
return out
|
20 |
|
21 |
-
inputs = [gr.inputs.Audio(label="Source Audio", type=file),gr.inputs.Audio(label="Reference Audio", type=file)]
|
22 |
-
outputs = gr.outputs.Audio(label="Output Audio", type=file)
|
23 |
|
24 |
|
25 |
title = "VITS"
|
|
|
18 |
out = os.path.basename(str(audio1)).split(".")[0] + "_converted_gen.wav"
|
19 |
return out
|
20 |
|
21 |
+
inputs = [gr.inputs.Audio(label="Source Audio", type='file'),gr.inputs.Audio(label="Reference Audio", type='file')]
|
22 |
+
outputs = gr.outputs.Audio(label="Output Audio", type='file')
|
23 |
|
24 |
|
25 |
title = "VITS"
|