Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.environ["
|
3 |
|
4 |
|
5 |
import streamlit as st
|
|
|
1 |
import os
|
2 |
+
os.environ["SPEECHBRAIN_CACHE"] = "/data/speechbrain"
|
3 |
|
4 |
|
5 |
import streamlit as st
|