Spaces:
Sleeping
Sleeping
Commit
·
29d701a
1
Parent(s):
134d152
Update app.py
Browse files
app.py
CHANGED
@@ -22,12 +22,6 @@ from typing import Dict, Optional
|
|
22 |
import codecs
|
23 |
from huggingface_hub import hf_hub_download
|
24 |
|
25 |
-
try:
|
26 |
-
subprocess.run(['git', 'lfs', 'pull'], check=True)
|
27 |
-
print("Successfully pulled LFS files")
|
28 |
-
except Exception as e:
|
29 |
-
print(f"Error pulling LFS files: {e}")
|
30 |
-
|
31 |
|
32 |
# Initialize FastAPI app
|
33 |
app = FastAPI()
|
|
|
22 |
import codecs
|
23 |
from huggingface_hub import hf_hub_download
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
# Initialize FastAPI app
|
27 |
app = FastAPI()
|