zhiqiulin commited on
Commit
5e7ba4d
·
verified ·
1 Parent(s): 2b389ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ print(list_all_vqascore_models())
10
 
11
  # Initialize the model only once
12
  if torch.cuda.is_available():
13
- model_pipe = VQAScore(model="clip-flant5-x") # our recommended scoring model
14
  model_pipe.to("cuda")
15
  print("Model initialized!")
16
 
 
10
 
11
  # Initialize the model only once
12
  if torch.cuda.is_available():
13
+ model_pipe = VQAScore(model="clip-flant5-xl") # our recommended scoring model
14
  model_pipe.to("cuda")
15
  print("Model initialized!")
16