Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ inputs = [gr.Audio(source="microphone", type="filepath", optional=True),
|
|
41 |
]
|
42 |
outputs = ["textbox"]
|
43 |
|
44 |
-
examples = [["samples/BASIC5000_0001.wav",""],
|
45 |
-
|
46 |
-
|
47 |
iface = gr.Interface(
|
48 |
fn=transcribe,
|
49 |
inputs=inputs,
|
@@ -54,7 +54,7 @@ iface = gr.Interface(
|
|
54 |
description=description,
|
55 |
article=article,
|
56 |
allow_flagging='never',
|
57 |
-
examples=examples,
|
58 |
live=True,
|
59 |
)
|
60 |
iface.launch(enable_queue=True)
|
|
|
41 |
]
|
42 |
outputs = ["textbox"]
|
43 |
|
44 |
+
# examples = [["samples/BASIC5000_0001.wav",""],
|
45 |
+
# ["samples/BASIC5000_0005.wav",""]
|
46 |
+
# ]
|
47 |
iface = gr.Interface(
|
48 |
fn=transcribe,
|
49 |
inputs=inputs,
|
|
|
54 |
description=description,
|
55 |
article=article,
|
56 |
allow_flagging='never',
|
57 |
+
# examples=examples,
|
58 |
live=True,
|
59 |
)
|
60 |
iface.launch(enable_queue=True)
|