Spaces:
Runtime error
Runtime error
revert to single file for reference
Browse files
app.py
CHANGED
@@ -53,8 +53,8 @@ with demo:
|
|
53 |
fn=convert_voice,
|
54 |
inputs=[
|
55 |
gr.Audio(type='filepath'),
|
56 |
-
|
57 |
-
gr.File(file_count="multiple", type="filepath", label="Reference Audio Files"),
|
58 |
gr.Slider(
|
59 |
3,
|
60 |
10,
|
|
|
53 |
fn=convert_voice,
|
54 |
inputs=[
|
55 |
gr.Audio(type='filepath'),
|
56 |
+
gr.Audio(type='filepath'),
|
57 |
+
#gr.File(file_count="multiple", type="filepath", label="Reference Audio Files"),
|
58 |
gr.Slider(
|
59 |
3,
|
60 |
10,
|