Anas Awadalla
commited on
Commit
·
2a7516c
1
Parent(s):
0f23291
add cache
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
# Set HF_HOME for caching
|
3 |
-
os.environ["HF_HOME"] = "
|
4 |
|
5 |
import streamlit as st
|
6 |
import pandas as pd
|
|
|
1 |
import os
|
2 |
# Set HF_HOME for caching
|
3 |
+
os.environ["HF_HOME"] = "src/data_cache"
|
4 |
|
5 |
import streamlit as st
|
6 |
import pandas as pd
|