Spaces:
Runtime error
Runtime error
Commit
·
ba5ac54
1
Parent(s):
8186dd3
up
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ iface = gr.Interface(
|
|
152 |
list(all_metrics), type="value", default="wer", label="metric"
|
153 |
),
|
154 |
],
|
155 |
-
"
|
156 |
examples=[
|
157 |
["mozilla-foundation/common_voice_7_0", "wer"],
|
158 |
["mozilla-foundation/common_voice_7_0", "cer"],
|
|
|
152 |
list(all_metrics), type="value", default="wer", label="metric"
|
153 |
),
|
154 |
],
|
155 |
+
"dataframe",
|
156 |
examples=[
|
157 |
["mozilla-foundation/common_voice_7_0", "wer"],
|
158 |
["mozilla-foundation/common_voice_7_0", "cer"],
|