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 e1e4e37 commit 5589a3aCopy full SHA for 5589a3a
packages/tasks/src/model-libraries-snippets.ts
@@ -87,6 +87,7 @@ export const ben2 = (model: ModelData): string[] => [
87
`import requests
88
from PIL import Image
89
from ben2 import AutoModel
90
+
91
url = "https://upload.wikimedia.org/wikipedia/commons/b/b6/Felis_catus-cat_on_snow.jpg"
92
image = Image.open(requests.get(url, stream=True).raw)
93
0 commit comments