Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -0
src/streamlit_app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from model import youth_tagger
|
3 |
|
|
|
1 |
+
import os
|
2 |
+
os.environ["HF_HOME"] = "./models"
|
3 |
+
|
4 |
import streamlit as st
|
5 |
from model import youth_tagger
|
6 |
|