Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ interface = gr.Interface(
|
|
103 |
inputs=[
|
104 |
gr.Radio(["URL", "Upload File"], label="Select Input Method"),
|
105 |
gr.Textbox(label="Enter Audio URL", placeholder="https://example.com/audio.mp3"),
|
106 |
-
gr.File(label="Upload Audio File", type="
|
107 |
],
|
108 |
outputs=gr.Textbox(label="Recognition Result"),
|
109 |
title="Audio Recognition",
|
|
|
103 |
inputs=[
|
104 |
gr.Radio(["URL", "Upload File"], label="Select Input Method"),
|
105 |
gr.Textbox(label="Enter Audio URL", placeholder="https://example.com/audio.mp3"),
|
106 |
+
gr.File(label="Upload Audio File", type="binary")
|
107 |
],
|
108 |
outputs=gr.Textbox(label="Recognition Result"),
|
109 |
title="Audio Recognition",
|