Spaces:
Runtime error
Runtime error
Commit
·
1b57cc8
1
Parent(s):
5ffb1d1
Remove CaesarSQLDB Folder
Browse files- CaesarSQLDB +0 -1
- main.py +1 -2
- main_db.py +1 -1
CaesarSQLDB
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit 03f2a8eaeb36e2499f577322db716add29d81371
|
|
|
|
main.py
CHANGED
@@ -11,8 +11,7 @@ from CaesarMobileTranslate.caesarmobiletranslate import CaesarMobileTranslate
|
|
11 |
from CaesarFolderInterface.caesarfolderinterface import CaesarFolderInterface
|
12 |
from CaesarMobileTranscribe.caesartranscribe import CaesarMobileTranscribe
|
13 |
from CaesarMobileTTS.caesarmobiletts import CaesarMobileTTS
|
14 |
-
|
15 |
-
from CaesarSQLDB.caesarhash import CaesarHash
|
16 |
from pydub import AudioSegment
|
17 |
import os
|
18 |
app = FastAPI()
|
|
|
11 |
from CaesarFolderInterface.caesarfolderinterface import CaesarFolderInterface
|
12 |
from CaesarMobileTranscribe.caesartranscribe import CaesarMobileTranscribe
|
13 |
from CaesarMobileTTS.caesarmobiletts import CaesarMobileTTS
|
14 |
+
|
|
|
15 |
from pydub import AudioSegment
|
16 |
import os
|
17 |
app = FastAPI()
|
main_db.py
CHANGED
@@ -10,7 +10,7 @@ import starlette
|
|
10 |
from CaesarMobileTranslate.caesarmobiletranslate import CaesarMobileTranslate
|
11 |
from CaesarFolderInterface.caesarfolderinterface import CaesarFolderInterface
|
12 |
from CaesarMobileTranscribe.caesartranscribe import CaesarMobileTranscribe
|
13 |
-
|
14 |
from CaesarMobileTTS.caesarmobiletts import CaesarMobileTTS
|
15 |
from CaesarSQLDB.caesar_create_tables import CaesarCreateTables
|
16 |
from CaesarSQLDB.caesarhash import CaesarHash
|
|
|
10 |
from CaesarMobileTranslate.caesarmobiletranslate import CaesarMobileTranslate
|
11 |
from CaesarFolderInterface.caesarfolderinterface import CaesarFolderInterface
|
12 |
from CaesarMobileTranscribe.caesartranscribe import CaesarMobileTranscribe
|
13 |
+
|
14 |
from CaesarMobileTTS.caesarmobiletts import CaesarMobileTTS
|
15 |
from CaesarSQLDB.caesar_create_tables import CaesarCreateTables
|
16 |
from CaesarSQLDB.caesarhash import CaesarHash
|