Spaces:
Sleeping
Sleeping
andykr1k commited on
Commit ·
208bc9c
1
Parent(s): 22d9901
trying new config
Browse files
app.py
CHANGED
|
@@ -16,6 +16,8 @@ from apscheduler.schedulers.background import BackgroundScheduler
|
|
| 16 |
import math
|
| 17 |
from contextlib import asynccontextmanager # Import this for lifespan
|
| 18 |
|
|
|
|
|
|
|
| 19 |
# Configure logging
|
| 20 |
logging.basicConfig(level=logging.INFO)
|
| 21 |
logger = logging.getLogger(__name__)
|
|
|
|
| 16 |
import math
|
| 17 |
from contextlib import asynccontextmanager # Import this for lifespan
|
| 18 |
|
| 19 |
+
os.environ["HF_HOME"] = "/home/user/huggingface"
|
| 20 |
+
|
| 21 |
# Configure logging
|
| 22 |
logging.basicConfig(level=logging.INFO)
|
| 23 |
logger = logging.getLogger(__name__)
|