deelight-del commited on
Commit
8adb978
·
1 Parent(s): 35ba3ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 scikit-learn.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")
 
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")