Spaces:
Runtime error
Runtime error
Commit ·
8adb978
1
Parent(s): 35ba3ac
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
import gradio as gr
|
| 3 |
#import scikit-learn as sklearn
|
| 4 |
from fastai.vision.all import *
|
| 5 |
-
from
|
| 6 |
|
| 7 |
#Define dependent functions
|
| 8 |
def get_x(row): return Path(str(path/f"{row['rootname']}_small"/f"{row['ID']}") + ".png")
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
#import scikit-learn as sklearn
|
| 4 |
from fastai.vision.all import *
|
| 5 |
+
from sklearn.metrics import roc_auc_score
|
| 6 |
|
| 7 |
#Define dependent functions
|
| 8 |
def get_x(row): return Path(str(path/f"{row['rootname']}_small"/f"{row['ID']}") + ".png")
|