ikoghoemmanuell
commited on
Commit
•
82f42f7
1
Parent(s):
0164426
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import requests
|
|
6 |
from bokeh.plotting import figure
|
7 |
from bokeh.models import HoverTool
|
8 |
import pickle
|
|
|
9 |
from date_features import getDateFeatures
|
10 |
|
11 |
# Define path for the model and encoder from the pickle file
|
|
|
6 |
from bokeh.plotting import figure
|
7 |
from bokeh.models import HoverTool
|
8 |
import pickle
|
9 |
+
import torch
|
10 |
from date_features import getDateFeatures
|
11 |
|
12 |
# Define path for the model and encoder from the pickle file
|