Spaces:
Runtime error
Runtime error
Commit
·
1cb2a4b
1
Parent(s):
8abdd8f
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from PIL import Image
|
3 |
import hopsworks
|
4 |
|
5 |
-
hopsworks_iris_api_key =
|
6 |
project = hopsworks.login(api_key_value = hopsworks_iris_api_key)
|
7 |
fs = project.get_feature_store()
|
8 |
|
|
|
2 |
from PIL import Image
|
3 |
import hopsworks
|
4 |
|
5 |
+
hopsworks_iris_api_key = os.environ["HOPSWORKS_API_LAB1"]
|
6 |
project = hopsworks.login(api_key_value = hopsworks_iris_api_key)
|
7 |
fs = project.get_feature_store()
|
8 |
|