PattananKKK commited on
Commit
ac6f9fd
·
verified ·
1 Parent(s): 6a2fcdf

Update ig.py

Browse files
Files changed (1) hide show
  1. ig.py +1 -1
ig.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  # Load the processor and model
6
  processor = AutoProcessor.from_pretrained("microsoft/git-base")
7
- model = AutoModelForCausalLM.from_pretrained("./ig_caption")
8
 
9
  def predict(image):
10
  try:
 
4
 
5
  # Load the processor and model
6
  processor = AutoProcessor.from_pretrained("microsoft/git-base")
7
+ model = AutoModelForCausalLM.from_pretrained("./")
8
 
9
  def predict(image):
10
  try: