Spaces:
Sleeping
Sleeping
Commit
·
be65b2b
1
Parent(s):
da5284a
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ outputs = gr.outputs.Textbox(label="Word Error Rate")
|
|
18 |
iface = gr.Interface(
|
19 |
fn = word_error_rate,
|
20 |
inputs = inputs,
|
21 |
-
outputs = outputs
|
22 |
title = title,
|
23 |
description = description
|
24 |
)
|
|
|
18 |
iface = gr.Interface(
|
19 |
fn = word_error_rate,
|
20 |
inputs = inputs,
|
21 |
+
outputs = outputs,
|
22 |
title = title,
|
23 |
description = description
|
24 |
)
|