jableable commited on
Commit
c197a96
1 Parent(s): 42288fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  from huggingface_hub import from_pretrained_keras
5
 
6
 
7
- model = from_pretrained_keras("jableable/road_model")
8
 
9
  #pipe = pipeline('sentiment-analysis')
10
  #text = st.text_area('enter some text!')
 
4
  from huggingface_hub import from_pretrained_keras
5
 
6
 
7
+ model = from_pretrained_keras("jableable/road_model/best_model.keras")
8
 
9
  #pipe = pipeline('sentiment-analysis')
10
  #text = st.text_area('enter some text!')