Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# Configure models
|
| 6 |
-
vocab_model = pipeline("text-classification", model="
|
| 7 |
grammar_api = "https://api.languagetool.org/v2/check" # Free grammar checker
|
| 8 |
|
| 9 |
def evaluate_ielts(essay):
|
|
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# Configure models
|
| 6 |
+
vocab_model = pipeline("text-classification", model="distilbert-base-uncased") # Free public model
|
| 7 |
grammar_api = "https://api.languagetool.org/v2/check" # Free grammar checker
|
| 8 |
|
| 9 |
def evaluate_ielts(essay):
|