kokuma commited on
Commit
4c651ec
·
verified ·
1 Parent(s): 002fe1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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])} ", label="Partida")
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