patrickvonplaten commited on
Commit
ba5ac54
1 Parent(s): 8186dd3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ iface = gr.Interface(
152
  list(all_metrics), type="value", default="wer", label="metric"
153
  ),
154
  ],
155
- "pandas",
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"],