fauzail commited on
Commit
630043f
1 Parent(s): c0a63a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,7 +41,7 @@ pip install transformers torch datasets pillow gradio
41
 
42
  ```
43
 
44
- ### **Load the Model and Processor**
45
 
46
  To load the model and processor for inference, use the following code:
47
 
@@ -64,7 +64,7 @@ model = AutoModelForCausalLM.from_pretrained(
64
  ).to(device)
65
 
66
  ```
67
- ### **Load the Model and Processor**
68
 
69
  ```python
70
  from transformers import AutoProcessor
 
41
 
42
  ```
43
 
44
+ ### **Load the Model**
45
 
46
  To load the model and processor for inference, use the following code:
47
 
 
64
  ).to(device)
65
 
66
  ```
67
+ ### **Load the Processor**
68
 
69
  ```python
70
  from transformers import AutoProcessor