LawalAfeez commited on
Commit
4db3813
·
1 Parent(s): 42d83db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  description = "input a single number or numbers seperated with comma"
2
  with open('final_model.pkl','rb') as g:
3
  model = pickle.load(g)
 
1
+ import pickle
2
+ import gradio
3
+
4
  description = "input a single number or numbers seperated with comma"
5
  with open('final_model.pkl','rb') as g:
6
  model = pickle.load(g)