ananthu-aniraj commited on
Commit
2e619b6
·
1 Parent(s): a8d9779

update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from utils import VisualizeAttentionMaps
6
  from utils.data_utils.transform_utils import make_test_transforms
7
 
8
 
9
- st.title("Pdiscoformer Part Discovery Visualizer")
10
  # Set the device
11
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
12
  # Load the model
 
6
  from utils.data_utils.transform_utils import make_test_transforms
7
 
8
 
9
+ st.title("Pdiscoformer Part Discovery Visualizer for CUB-200-2011/birds (K=8)")
10
  # Set the device
11
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
12
  # Load the model