SaiThapan commited on
Commit
c4061f4
·
verified ·
1 Parent(s): 56f048c

Sync App files

Browse files
Files changed (1) hide show
  1. drug_app.py +0 -1
drug_app.py CHANGED
@@ -1,6 +1,5 @@
1
  import gradio as gr
2
  import joblib
3
- import pickle # Import pickle for loading the model
4
 
5
  # Load the model using pickle
6
  with open("./Model/drug_pipeline.joblib", "rb") as model_file:
 
1
  import gradio as gr
2
  import joblib
 
3
 
4
  # Load the model using pickle
5
  with open("./Model/drug_pipeline.joblib", "rb") as model_file: