Jakapong commited on
Commit
7e9d663
·
verified ·
1 Parent(s): 4a2af7a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Use a pipeline as a high-level helper
2
+ from transformers import pipeline
3
+
4
+ pipe = pipeline("image-to-text", model="Salesforce/blip-image-captioning-large")