Spaces:
Sleeping
Sleeping
jocko
commited on
Commit
·
50270f3
1
Parent(s):
317f15f
fix image similarity detection
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
@@ -17,7 +17,6 @@ os.environ["STREAMLIT_CONFIG_DIR"] = "/tmp/.streamlit"
|
|
17 |
|
18 |
# Create the directories before imports
|
19 |
os.makedirs(os.environ["STREAMLIT_CONFIG_DIR"], exist_ok=True)
|
20 |
-
shutil.copyfile(".streamlit/config.toml", "/tmp/.streamlit/config.toml")
|
21 |
|
22 |
# Create the directories before imports
|
23 |
for path in os.environ.values():
|
|
|
17 |
|
18 |
# Create the directories before imports
|
19 |
os.makedirs(os.environ["STREAMLIT_CONFIG_DIR"], exist_ok=True)
|
|
|
20 |
|
21 |
# Create the directories before imports
|
22 |
for path in os.environ.values():
|