Spaces:
Runtime error
Runtime error
jpdiazpardo
commited on
Commit
•
8e48b02
1
Parent(s):
a0e928d
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
|
|
121 |
|
122 |
with gr.Column():
|
123 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
124 |
-
description=description, cache_examples=True, allow_flagging="never", article = article , examples=
|
125 |
|
126 |
demo.queue(concurrency_count=3)
|
127 |
demo.launch(debug = True)
|
|
|
121 |
|
122 |
with gr.Column():
|
123 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
124 |
+
description=description, cache_examples=True, allow_flagging="never", article = article , examples=None)
|
125 |
|
126 |
demo.queue(concurrency_count=3)
|
127 |
demo.launch(debug = True)
|