patrickvonplaten commited on
Commit
72b0343
·
1 Parent(s): e97629e
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -165,6 +165,7 @@ iface = gr.Interface(
165
  ["mozilla-foundation/common_voice_7_0", "wer"],
166
  ["mozilla-foundation/common_voice_7_0", "cer"],
167
  ],
 
168
  )
169
 
170
  iface.launch()
 
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()