Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load model from Hugging Face
|
| 5 |
-
classifier = pipeline("text-classification", model="Soundaryasos/
|
| 6 |
|
| 7 |
# UI
|
| 8 |
st.title("Criminal Case Sentencing Predictor")
|
|
|
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load model from Hugging Face
|
| 5 |
+
classifier = pipeline("text-classification", model="Soundaryasos/Verdictclassifications")
|
| 6 |
|
| 7 |
# UI
|
| 8 |
st.title("Criminal Case Sentencing Predictor")
|