Spaces:
Runtime error
Runtime error
jpdiazpardo
commited on
Commit
•
d8d05ba
1
Parent(s):
6427b21
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks() as demo:
|
|
127 |
with gr.Column():
|
128 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
129 |
description=description, cache_examples=True, allow_flagging="never", article = article,
|
130 |
-
examples=examples)
|
131 |
|
132 |
|
133 |
demo.queue(concurrency_count=3)
|
|
|
127 |
with gr.Column():
|
128 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
129 |
description=description, cache_examples=True, allow_flagging="never", article = article,
|
130 |
+
examples='examples')
|
131 |
|
132 |
|
133 |
demo.queue(concurrency_count=3)
|