TLeonidas commited on
Commit
8d34158
1 Parent(s): b22fcb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,6 +1,4 @@
1
- pip install -r requirements.txt
2
  import gradio as gr
3
- import joblib
4
 
5
  # Load your serialized objects
6
  model = joblib.load('random_forest_model_3labels2.joblib')
 
 
1
  import gradio as gr
 
2
 
3
  # Load your serialized objects
4
  model = joblib.load('random_forest_model_3labels2.joblib')