Spaces:
Runtime error
Runtime error
Commit
·
91f978e
1
Parent(s):
f6200b4
Update app.py
Browse files
app.py
CHANGED
@@ -163,9 +163,7 @@ iface = gr.Interface(
|
|
163 |
),
|
164 |
examples=[
|
165 |
["mozilla-foundation/common_voice_7_0", "wer"],
|
166 |
-
["mozilla-foundation/common_voice_7_0", "cer"],
|
167 |
],
|
168 |
-
layout="vertical",
|
169 |
)
|
170 |
|
171 |
iface.launch()
|
|
|
163 |
),
|
164 |
examples=[
|
165 |
["mozilla-foundation/common_voice_7_0", "wer"],
|
|
|
166 |
],
|
|
|
167 |
)
|
168 |
|
169 |
iface.launch()
|