Spaces:
Running
on
Zero
Running
on
Zero
fix: change format input
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ def process_audio(uploaded_file):
|
|
221 |
with gr.Blocks() as demo:
|
222 |
gr.Markdown("# Music Player and Processor")
|
223 |
|
224 |
-
file_upload = gr.File(label="Upload WAV file")
|
225 |
|
226 |
process_button = gr.Button("Process Audio")
|
227 |
|
|
|
221 |
with gr.Blocks() as demo:
|
222 |
gr.Markdown("# Music Player and Processor")
|
223 |
|
224 |
+
file_upload = gr.File(label="Upload WAV file", file_types=[".m4a"])
|
225 |
|
226 |
process_button = gr.Button("Process Audio")
|
227 |
|