hsalih01 commited on
Commit
309eda8
·
verified ·
1 Parent(s): 4ce9d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import matplotlib.pyplot as plt
10
  from collections import Counter
11
 
12
  # Pfad zum Verzeichnis der Bilddaten
13
- base_dir = '../pokemon-images-first-generation17000-files/pokemon' # Pfad anpassen
14
 
15
  # Überprüfen, ob das Verzeichnis existiert
16
  if not os.path.exists(base_dir):
 
10
  from collections import Counter
11
 
12
  # Pfad zum Verzeichnis der Bilddaten
13
+ base_dir = 'pokemon-images-first-generation17000-files/pokemon' # Pfad anpassen
14
 
15
  # Überprüfen, ob das Verzeichnis existiert
16
  if not os.path.exists(base_dir):