Skip to content

Commit 0b64d7f

Browse files
author
Wang Napieralski
committed
black-format
1 parent 6158dd1 commit 0b64d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_huggingface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_huggingface_inference(sagemaker_session, gpu_instance_type):
134134
predictor = HuggingFacePredictor(endpoint_name=endpoint_name)
135135
data = {
136136
"inputs": "Camera - You are awarded a SiPix Digital Camera!"
137-
"call 09061221066 fromm landline. Delivery within 28 days."
137+
"call 09061221066 fromm landline. Delivery within 28 days."
138138
}
139139
output = predictor.predict(data)
140140
assert "score" in output[0]

0 commit comments

Comments
 (0)