Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
701w
/
speech_defects
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yufii
commited on
Oct 14, 2024
Commit
c2e5478
·
verified
·
1 Parent(s):
a4edbe9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -18,6 +18,8 @@ from utils import (
18
pitch,
19
)
20
21
app = FastAPI(port=8000)
22
23
# origins = [
18
pitch,
19
)
20
21
+
os.environ['NUMBA_CACHE_DIR'] = '/tmp'
22
+
23
app = FastAPI(port=8000)
24
25
# origins = [