Spaces:
Runtime error
Runtime error
jpdiazpardo
commited on
Commit
•
8bf75ce
1
Parent(s):
00a6f04
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
|
|
124 |
|
125 |
with gr.Column():
|
126 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
127 |
-
description=description, allow_flagging="never", article = article
|
128 |
examples=examples)
|
129 |
|
130 |
|
|
|
124 |
|
125 |
with gr.Column():
|
126 |
gr.Interface(title = title, fn=transcribe, inputs = inputs, outputs = outputs,
|
127 |
+
description=description, allow_flagging="never", article = article,
|
128 |
examples=examples)
|
129 |
|
130 |
|