Nicous commited on
Commit
22ae0f6
·
verified ·
1 Parent(s): fc2798b

Update app.py

Browse files

fix bugs (load large-v3.pt)

Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -53,8 +53,10 @@ ego_gpt_path = hf_hub_download(
53
  filename="speech_encoder/large-v3.pt",
54
  local_dir="./",
55
  )
56
- import os
57
- print(os.listdir('.'))
 
 
58
 
59
 
60
  pretrained = "lmms-lab/EgoGPT-0.5b-Demo"
 
53
  filename="speech_encoder/large-v3.pt",
54
  local_dir="./",
55
  )
56
+
57
+ import shutil
58
+ shutil.move('./speech_encoder/large-v3.pt', '/large-v3.pt')
59
+
60
 
61
 
62
  pretrained = "lmms-lab/EgoGPT-0.5b-Demo"