Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def main():
|
|
51 |
gr.Radio(choices=["audio"], value="audio", label="File Type")
|
52 |
]
|
53 |
outputs=[
|
54 |
-
gr.Audio(label="Output Audio", type="filepath")
|
55 |
],
|
56 |
description=description,
|
57 |
article=article,
|
|
|
51 |
gr.Radio(choices=["audio"], value="audio", label="File Type")
|
52 |
]
|
53 |
outputs=[
|
54 |
+
gr.Audio(label="Output Audio", type="filepath")
|
55 |
],
|
56 |
description=description,
|
57 |
article=article,
|