Spaces:
Sleeping
Sleeping
add app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def denoise(model_name, inputs):
|
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
fn=denoise,
|
47 |
-
inputs=[gr.Dropdown(choices=MODELS), "audio"],
|
48 |
outputs="audio",
|
49 |
)
|
50 |
iface.launch()
|
|
|
44 |
|
45 |
iface = gr.Interface(
|
46 |
fn=denoise,
|
47 |
+
inputs=[gr.Dropdown(choices=MODELS, value=MODELS[0]), "audio"],
|
48 |
outputs="audio",
|
49 |
)
|
50 |
iface.launch()
|