Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
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")
|