Spaces:
Runtime error
Runtime error
File size: 211 Bytes
10d9e34 |
1 2 3 4 5 6 7 |
from language_models_project.main import classify
def testclassifier():
""" Tests that the classifier classifies as expected """
test_cases = ["This restaurant is awesome", "This restaurant is awful"]
|