Skip to content

Commit 5589a3a

Browse files
authored
Update packages/tasks/src/model-libraries-snippets.ts
1 parent e1e4e37 commit 5589a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const ben2 = (model: ModelData): string[] => [
8787
`import requests
8888
from PIL import Image
8989
from ben2 import AutoModel
90+
9091
url = "https://upload.wikimedia.org/wikipedia/commons/b/b6/Felis_catus-cat_on_snow.jpg"
9192
image = Image.open(requests.get(url, stream=True).raw)
9293

0 commit comments

Comments
 (0)