Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
from fastapi import FastAPI, HTTPException
|
2 |
from fastapi.responses import StreamingResponse
|
3 |
import requests
|
|
|
1 |
+
import os
|
2 |
+
os.environ["NUMBA_CACHE_DIR"] = "/tmp/numba_cache"
|
3 |
+
|
4 |
from fastapi import FastAPI, HTTPException
|
5 |
from fastapi.responses import StreamingResponse
|
6 |
import requests
|