AlexHung29629 commited on
Commit
1c7ea2c
·
verified ·
1 Parent(s): d9f87b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ from glob import glob
42
  import json
43
  from tqdm import tqdm
44
 
45
- model_path = "AlexHung29629/multi-modal-llama-tp1"
46
  pipe = pipeline(model=model_path, trust_remote_code=True, device_map='auto')
47
  audio, sr = librosa.load("/path/to/請問圖片中的景點是哪裡.wav", sr=16000)
48
  image = Image.open("/path/to/台南孔廟.jpg")
 
42
  import json
43
  from tqdm import tqdm
44
 
45
+ model_path = "taipei-1-mllama-project-2024/multi-modal-llama-tp1"
46
  pipe = pipeline(model=model_path, trust_remote_code=True, device_map='auto')
47
  audio, sr = librosa.load("/path/to/請問圖片中的景點是哪裡.wav", sr=16000)
48
  image = Image.open("/path/to/台南孔廟.jpg")