We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91abd3c commit 8e51432Copy full SHA for 8e51432
README.md
@@ -58,7 +58,7 @@ class PythonPredictor:
58
self.model = download_model()
59
60
def predict(self, payload):
61
- return model.predict(payload["text"])
+ return model.predict(payload["text"])
62
```
63
64
### Configure your deployment
0 commit comments