buio commited on
Commit
f2ac110
·
1 Parent(s): eee8ebb

model moved to keras-io

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("buio/structured-data-classification")
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