Spaces:
Runtime error
Runtime error
Commit
·
4db3813
1
Parent(s):
42d83db
Update app.py
Browse files
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)
|