Nicous commited on
Commit
fc2798b
·
verified ·
1 Parent(s): 92d749e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -50,10 +50,11 @@ from huggingface_hub import hf_hub_download
50
  # Download the model checkpoint file (large-v3.pt)
51
  ego_gpt_path = hf_hub_download(
52
  repo_id="lmms-lab/EgoGPT-0.5b-Demo",
53
- filename="./speech_encoder/large-v3.pt",
54
  local_dir="./",
55
- repo_type="model"
56
  )
 
 
57
 
58
 
59
  pretrained = "lmms-lab/EgoGPT-0.5b-Demo"
 
50
  # Download the model checkpoint file (large-v3.pt)
51
  ego_gpt_path = hf_hub_download(
52
  repo_id="lmms-lab/EgoGPT-0.5b-Demo",
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"