rework structure of gradio app

This commit is contained in:
Jaikinator
2023-11-20 15:01:51 +01:00
parent f691790c00
commit bbb2c848e3
8 changed files with 484 additions and 507 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ from .diarisation import *
from .version import get_version as _get_version
from .misc import *
from .app.gradio_app import *
from .app.qtfaststart import *
from .app import *
from .cli import *