Spaces:
Running
Running
Update app.py
Browse files
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!')
|