Commit
•
cc6b20a
1
Parent(s):
c5e3bf4
Importing torch (#7)
Browse files- Importing torch (e3f5c06eadcb1c0c3c72f14dc4509c55e3143883)
Co-authored-by: Himanshu Maurya <himanshunitrr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -48,6 +48,7 @@ Then, follow these steps:
|
|
48 |
from transformers import AutoModelForCausalLM, AutoProcessor, GenerationConfig
|
49 |
from PIL import Image
|
50 |
import requests
|
|
|
51 |
|
52 |
# load the processor
|
53 |
processor = AutoProcessor.from_pretrained(
|
|
|
48 |
from transformers import AutoModelForCausalLM, AutoProcessor, GenerationConfig
|
49 |
from PIL import Image
|
50 |
import requests
|
51 |
+
import torch
|
52 |
|
53 |
# load the processor
|
54 |
processor = AutoProcessor.from_pretrained(
|