harishB97 commited on
Commit
129ce22
·
verified ·
1 Parent(s): 525a6df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -17,7 +17,9 @@ import plotly.graph_objects as go
17
  import os
18
  from collections import defaultdict
19
 
20
- species_to_imgpath = {'bird': '/descendent_specific_topk=10_heatmap_withbb_ep=last_024+051'}
 
 
21
 
22
  # this has to be there for each species
23
  imgname_to_filepath = {} # this ignores the extension such as .png
 
17
  import os
18
  from collections import defaultdict
19
 
20
+ print(os.pwd())
21
+
22
+ species_to_imgpath = {'bird': './descendent_specific_topk=10_heatmap_withbb_ep=last_024+051'}
23
 
24
  # this has to be there for each species
25
  imgname_to_filepath = {} # this ignores the extension such as .png