Sadjad Alikhani commited on
Commit
90c33f0
·
verified ·
1 Parent(s): f038d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ import subprocess
10
  import h5py
11
  from sklearn.metrics import confusion_matrix
12
  import matplotlib.pyplot as plt
 
13
 
14
  # Paths to the predefined images folder
15
  RAW_PATH = os.path.join("images", "raw")
 
10
  import h5py
11
  from sklearn.metrics import confusion_matrix
12
  import matplotlib.pyplot as plt
13
+ import pandas as pd
14
 
15
  # Paths to the predefined images folder
16
  RAW_PATH = os.path.join("images", "raw")