model moved to keras-io
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
from huggingface_hub import from_pretrained_keras
|
5 |
|
6 |
# download the already pushed model
|
7 |
-
model = from_pretrained_keras("
|
8 |
|
9 |
def convert_and_predict(age, sex, cp, trestbps, chol, fbs, restecg, thalach, exang, oldpeak, slope, ca, thal):
|
10 |
|
|
|
4 |
from huggingface_hub import from_pretrained_keras
|
5 |
|
6 |
# download the already pushed model
|
7 |
+
model = from_pretrained_keras("keras-io/structured-data-classification")
|
8 |
|
9 |
def convert_and_predict(age, sex, cp, trestbps, chol, fbs, restecg, thalach, exang, oldpeak, slope, ca, thal):
|
10 |
|