Spaces:
Configuration error
Configuration error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# src/streamlit_app.py
|
| 3 |
# ─────────────────────────────────────────────────────────────────────────────
|
| 4 |
import os, joblib
|
| 5 |
-
|
| 6 |
|
| 7 |
MODEL_PATH = os.path.join(os.getcwd(), "src", "voice_model.joblib")
|
| 8 |
if not os.path.exists(MODEL_PATH):
|
|
|
|
| 2 |
# src/streamlit_app.py
|
| 3 |
# ─────────────────────────────────────────────────────────────────────────────
|
| 4 |
import os, joblib
|
| 5 |
+
|
| 6 |
|
| 7 |
MODEL_PATH = os.path.join(os.getcwd(), "src", "voice_model.joblib")
|
| 8 |
if not os.path.exists(MODEL_PATH):
|