Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
•
e06f6e5
1
Parent(s):
44efe75
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image
|
3 |
import hopsworks
|
|
|
4 |
|
5 |
project = hopsworks.login()
|
6 |
fs = project.get_feature_store()
|
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image
|
3 |
import hopsworks
|
4 |
+
import joblib
|
5 |
|
6 |
project = hopsworks.login()
|
7 |
fs = project.get_feature_store()
|