Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -175,7 +175,7 @@ def preprocess_text(text: str) -> str:
|
|
| 175 |
def load_classifier():
|
| 176 |
"""
|
| 177 |
Replace MODEL_ID with your fine-tuned model pushed to HF Hub in Task 4.
|
| 178 |
-
e.g. "
|
| 179 |
If your Space or model is private, add HF_TOKEN as a Secret in Space settings.
|
| 180 |
"""
|
| 181 |
MODEL_ID = "valurank/distilroberta-news-category" # ← swap after Task 4
|
|
|
|
| 175 |
def load_classifier():
|
| 176 |
"""
|
| 177 |
Replace MODEL_ID with your fine-tuned model pushed to HF Hub in Task 4.
|
| 178 |
+
e.g. "Akilashamnaka12/news_classifier_model"
|
| 179 |
If your Space or model is private, add HF_TOKEN as a Secret in Space settings.
|
| 180 |
"""
|
| 181 |
MODEL_ID = "valurank/distilroberta-news-category" # ← swap after Task 4
|