Skip to content

Commit 8e51432

Browse files
committed
Update README.md
1 parent 91abd3c commit 8e51432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class PythonPredictor:
5858
self.model = download_model()
5959

6060
def predict(self, payload):
61-
return model.predict(payload["text"])
61+
return model.predict(payload["text"])
6262
```
6363

6464
### Configure your deployment

0 commit comments

Comments
 (0)