Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ import plotly.graph_objects as go
|
|
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 |
|
|
|
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 |
|