Spaces:
Running
on
Zero
Running
on
Zero
Serhiy Stetskovych
commited on
Commit
•
a161d55
1
Parent(s):
e42e488
Inc length
Browse files
app.py
CHANGED
@@ -137,8 +137,8 @@ if __name__ == "__main__":
|
|
137 |
fn=enchance,
|
138 |
description=description,
|
139 |
inputs=[
|
140 |
-
gr.Dropdown(label="Model", choices=choices, value=choices[0]),
|
141 |
-
gr.Audio(label="Input Audio:", interactive=True, type='filepath', max_length=
|
142 |
],
|
143 |
outputs=[
|
144 |
gr.Audio(
|
|
|
137 |
fn=enchance,
|
138 |
description=description,
|
139 |
inputs=[
|
140 |
+
gr.Dropdown(label="Model", choices=choices, value=choices[0][1]),
|
141 |
+
gr.Audio(label="Input Audio:", interactive=True, type='filepath', max_length=3000, waveform_options={'waveform_progress_color': '#3C82F6'}),
|
142 |
],
|
143 |
outputs=[
|
144 |
gr.Audio(
|