Rename src/streamlit_app.py to streamlit_app.py
Browse files
src/streamlit_app.py → streamlit_app.py
RENAMED
@@ -7,13 +7,6 @@ import torchaudio
|
|
7 |
import sys
|
8 |
import os
|
9 |
|
10 |
-
# Add root directory to Python path
|
11 |
-
print("🧠 DEBUG: sys.path =", sys.path)
|
12 |
-
print("🧠 DEBUG: current file path =", os.path.abspath(__file__))
|
13 |
-
print("🧠 DEBUG: root path =", os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
14 |
-
|
15 |
-
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
16 |
-
|
17 |
from utils.audio_processing import trim_audio, download_audio_as_wav
|
18 |
from utils.video_processing import trim_video
|
19 |
from models.model_loader import load_accent_model, load_whisper
|
|
|
7 |
import sys
|
8 |
import os
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
from utils.audio_processing import trim_audio, download_audio_as_wav
|
11 |
from utils.video_processing import trim_video
|
12 |
from models.model_loader import load_accent_model, load_whisper
|