Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesfix bugs (load large-v3.pt)
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 |
-
|
57 |
-
|
|
|
|
|
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"
|