Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
5d652d1
1
Parent(s):
4cd124a
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1911.132
|
|
268 |
|
269 |
gr.Interface(
|
270 |
inference,
|
271 |
-
gr.inputs.Audio(type="file", label="Input"),
|
272 |
gr.outputs.Audio(type="file", label="Output"),
|
273 |
title=title,
|
274 |
description=description,
|
|
|
268 |
|
269 |
gr.Interface(
|
270 |
inference,
|
271 |
+
[gr.inputs.Audio(type="file", label="Input"),gr.inputs.Dropdown(choices=["Compressor", "Reverb", "Amp", "Analog Delay", "Synth2Synth"], type="value", default="Analog Delay", label="Effect Type")],
|
272 |
gr.outputs.Audio(type="file", label="Output"),
|
273 |
title=title,
|
274 |
description=description,
|