Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ inputs = [gr.inputs.Audio(source="microphone", type="filepath", optional=True),
|
|
34 |
"state"]
|
35 |
outputs = ["textbox", "state"]
|
36 |
|
37 |
-
examples = [["samples/BASIC5000_0001.wav"],
|
38 |
-
["samples/BASIC5000_0005.wav"]
|
39 |
]
|
40 |
iface = gr.Interface(
|
41 |
fn=transcribe,
|
|
|
34 |
"state"]
|
35 |
outputs = ["textbox", "state"]
|
36 |
|
37 |
+
examples = [["samples/BASIC5000_0001.wav",""],
|
38 |
+
["samples/BASIC5000_0005.wav",""]
|
39 |
]
|
40 |
iface = gr.Interface(
|
41 |
fn=transcribe,
|