Spaces:
Runtime error
Runtime error
Commit ·
72b0343
1
Parent(s): e97629e
uP
Browse files
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()
|