jhj0517 commited on
Commit
c4e96e8
β€’
1 Parent(s): bf705a5

move script location

Browse files
.gitignore CHANGED
@@ -3,7 +3,7 @@
3
  *.mp4
4
  *.mp3
5
  venv/
6
- ui/__pycache__/
7
  outputs/
8
  modules/__pycache__/
9
  models/
 
3
  *.mp4
4
  *.mp3
5
  venv/
6
+ modules/ui/__pycache__/
7
  outputs/
8
  modules/__pycache__/
9
  models/
app.py CHANGED
@@ -6,7 +6,7 @@ from modules.whisper.whisper_factory import WhisperFactory
6
  from modules.whisper.faster_whisper_inference import FasterWhisperInference
7
  from modules.whisper.insanely_fast_whisper_inference import InsanelyFastWhisperInference
8
  from modules.translation.nllb_inference import NLLBInference
9
- from ui.htmls import *
10
  from modules.utils.youtube_manager import get_ytmetas
11
  from modules.translation.deepl_api import DeepLAPI
12
  from modules.whisper.whisper_parameter import *
 
6
  from modules.whisper.faster_whisper_inference import FasterWhisperInference
7
  from modules.whisper.insanely_fast_whisper_inference import InsanelyFastWhisperInference
8
  from modules.translation.nllb_inference import NLLBInference
9
+ from modules.ui.htmls import *
10
  from modules.utils.youtube_manager import get_ytmetas
11
  from modules.translation.deepl_api import DeepLAPI
12
  from modules.whisper.whisper_parameter import *
{ui β†’ modules/ui}/__init__.py RENAMED
File without changes
{ui β†’ modules/ui}/htmls.py RENAMED
File without changes