Spaces:
Runtime error
Runtime error
Update utils/predict.py
Browse files- utils/predict.py +1 -1
utils/predict.py
CHANGED
@@ -3,7 +3,7 @@ from .preprocess import get_dataset_from_csv
|
|
3 |
from huggingface_hub import from_pretrained_keras
|
4 |
|
5 |
##Load Model
|
6 |
-
model = from_pretrained_keras("
|
7 |
|
8 |
def batch_predict(input_data):
|
9 |
"""
|
|
|
3 |
from huggingface_hub import from_pretrained_keras
|
4 |
|
5 |
##Load Model
|
6 |
+
model = from_pretrained_keras("keras-io/structured-data-classification-grn-vsn")
|
7 |
|
8 |
def batch_predict(input_data):
|
9 |
"""
|