patrickvonplaten commited on
Commit
f6200b4
·
1 Parent(s): 8557542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -156,7 +156,7 @@ iface = gr.Interface(
156
  gr.outputs.Dataframe(
157
  headers=None,
158
  max_rows=3,
159
- max_cols=50,
160
  overflow_row_behaviour="paginate",
161
  type="pandas",
162
  label=None,
@@ -165,7 +165,7 @@ iface = gr.Interface(
165
  ["mozilla-foundation/common_voice_7_0", "wer"],
166
  ["mozilla-foundation/common_voice_7_0", "cer"],
167
  ],
168
- layout="horizontal",
169
  )
170
 
171
  iface.launch()
 
156
  gr.outputs.Dataframe(
157
  headers=None,
158
  max_rows=3,
159
+ max_cols=10,
160
  overflow_row_behaviour="paginate",
161
  type="pandas",
162
  label=None,
 
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()