Spaces:
Runtime error
Runtime error
Ubuntu
commited on
Commit
•
1185541
1
Parent(s):
a2d00bf
Fix typo
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ input_text = gr.Text(label="Enter text")
|
|
30 |
|
31 |
# Gradio outputs
|
32 |
labels = gr.Label(label="Languages", num_top_classes=5)
|
33 |
-
output_text = gr.Text(label="
|
34 |
|
35 |
description = "This Space lets you perform language identification on the 102 languages present in the google/fleurs dataset. The underlying model scores 99.3% accuracy on the validation set. Inference is optimized with Optimum Intel and OpenVINO."
|
36 |
|
|
|
30 |
|
31 |
# Gradio outputs
|
32 |
labels = gr.Label(label="Languages", num_top_classes=5)
|
33 |
+
output_text = gr.Text(label="Prediction time")
|
34 |
|
35 |
description = "This Space lets you perform language identification on the 102 languages present in the google/fleurs dataset. The underlying model scores 99.3% accuracy on the validation set. Inference is optimized with Optimum Intel and OpenVINO."
|
36 |
|