Spaces:
Runtime error
Runtime error
jpdiazpardo
commited on
Commit
•
14c73aa
1
Parent(s):
afb949d
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks() as demo:
|
|
125 |
with gr.Column():
|
126 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
127 |
description=description, cache_examples=True, allow_flagging="never", article = article,
|
128 |
-
examples="examples"
|
129 |
)
|
130 |
|
131 |
demo.queue(concurrency_count=3)
|
|
|
125 |
with gr.Column():
|
126 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
127 |
description=description, cache_examples=True, allow_flagging="never", article = article,
|
128 |
+
examples="examples/When a Demon Defiles a Witch.wav"
|
129 |
)
|
130 |
|
131 |
demo.queue(concurrency_count=3)
|