lombardata commited on
Commit
2bf3e80
1 Parent(s): e3a5e5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import numpy as np
9
 
10
  # DEFINE MODEL NAME
11
  model_name = "DinoVdeau-large-2024_04_03-with_data_aug_batch-size32_epochs150_freeze"
 
12
  checkpoint_name = "lombardata/" + model_name
13
 
14
  # Load the model configuration and create the model
 
9
 
10
  # DEFINE MODEL NAME
11
  model_name = "DinoVdeau-large-2024_04_03-with_data_aug_batch-size32_epochs150_freeze"
12
+ model_name = "dinov2-large-2024_01_24-with_data_aug_batch-size32_epochs93_freeze"
13
  checkpoint_name = "lombardata/" + model_name
14
 
15
  # Load the model configuration and create the model