Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def main():
|
|
14 |
user_input = st.text_input("")
|
15 |
if user_input:
|
16 |
# Approach: AutoModel
|
17 |
-
model2 = AutoModelForSequenceClassification.from_pretrained("isom5240/
|
18 |
num_labels=5)
|
19 |
tokenizer = AutoTokenizer.from_pretrained("distilbert-base-uncased")
|
20 |
|
|
|
14 |
user_input = st.text_input("")
|
15 |
if user_input:
|
16 |
# Approach: AutoModel
|
17 |
+
model2 = AutoModelForSequenceClassification.from_pretrained("isom5240/2025SpL2yelp",
|
18 |
num_labels=5)
|
19 |
tokenizer = AutoTokenizer.from_pretrained("distilbert-base-uncased")
|
20 |
|