Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def change_language(lang):
|
|
54 |
text_features = text_features.cpu().numpy()
|
55 |
else:
|
56 |
text_features = None
|
57 |
-
correct_text = gr.Text(f"Pregunta 1/{len(babel_imagenet[lang][0])}
|
58 |
player_score_text = gr.Text(f" ", label="Personas")
|
59 |
clip_score_text = gr.Text(f" ", label="mSigLIP")
|
60 |
|
|
|
54 |
text_features = text_features.cpu().numpy()
|
55 |
else:
|
56 |
text_features = None
|
57 |
+
correct_text = gr.Text(f" ", label=f"Pregunta 1/{len(babel_imagenet[lang][0])}")
|
58 |
player_score_text = gr.Text(f" ", label="Personas")
|
59 |
clip_score_text = gr.Text(f" ", label="mSigLIP")
|
60 |
|