Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,8 +46,8 @@ def audio_to_chromatic_scale(audio_file):
|
|
| 46 |
# Build Gradio UI
|
| 47 |
interface = gr.Interface(
|
| 48 |
fn=audio_to_chromatic_scale,
|
| 49 |
-
inputs=gr.Audio(type="
|
| 50 |
-
outputs=gr.Audio(type="
|
| 51 |
)
|
| 52 |
|
| 53 |
interface.launch()
|
|
|
|
| 46 |
# Build Gradio UI
|
| 47 |
interface = gr.Interface(
|
| 48 |
fn=audio_to_chromatic_scale,
|
| 49 |
+
inputs=gr.Audio(type="filepath"),
|
| 50 |
+
outputs=gr.Audio(type="filepath", label="Download Processed Audio")
|
| 51 |
)
|
| 52 |
|
| 53 |
interface.launch()
|