Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def process_audio_zip(file_info):
|
|
75 |
# Gradio interface
|
76 |
iface = gr.Interface(
|
77 |
fn=process_audio_zip,
|
78 |
-
inputs=gr.File(type="
|
79 |
outputs=[
|
80 |
gr.File(label="Speaker 1 Audio"),
|
81 |
gr.File(label="Speaker 2 Audio")
|
|
|
75 |
# Gradio interface
|
76 |
iface = gr.Interface(
|
77 |
fn=process_audio_zip,
|
78 |
+
inputs=gr.File(type="filepath"),
|
79 |
outputs=[
|
80 |
gr.File(label="Speaker 1 Audio"),
|
81 |
gr.File(label="Speaker 2 Audio")
|