Dumeng commited on
Commit
1afcd4d
1 Parent(s): 7d7f277

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. iris.py +1 -0
iris.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import numpy as np
3
  import pickle
 
4
 
5
  # load the XGBoost model...
6
  cintLoadType = 3
 
1
  import gradio as gr
2
  import numpy as np
3
  import pickle
4
+ import sklearn
5
 
6
  # load the XGBoost model...
7
  cintLoadType = 3