Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xqt
/
ChatSeek
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xqt
commited on
21 days ago
Commit
aea4153
·
verified
·
1 Parent(s):
c6b18de
UPD: added new temp dir
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -15,7 +15,7 @@ history = [
15
]
16
17
18
-
tmp_dir = os.getenv('
TMP
')
or os.getenv('TMPDIR')
19
20
21
def generate_uuid():
15
]
16
17
18
+
tmp_dir = os.getenv('
GRADIO_TEMP_DIR
')
19
20
21
def generate_uuid():