Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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"
|