Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hardik8588
/
doc_analyzer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hardik8588
commited on
15 days ago
Commit
ef1af59
·
verified
·
1 Parent(s):
15fb02d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import os
2
os.environ["MPLCONFIGDIR"] = "/tmp/matplotlib"
3
4
import io
5
import time
1
import os
2
os.environ["MPLCONFIGDIR"] = "/tmp/matplotlib"
3
+
os.environ["XDG_CACHE_HOME"] = "/tmp"
4
5
import io
6
import time