added gradio to init

This commit is contained in:
Jaikinator
2023-08-25 13:39:01 +02:00
parent b6f8bc2477
commit 29f363bfe7
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -6,5 +6,6 @@ from .transcript_exporter import *
from .diarisation import *
from .version import get_version as _get_version
from .misc import *
from .app.gradio_app import *
__version__ = _get_version()
+2 -1
View File
@@ -1 +1,2 @@
from .qtfaststart import *
from .qtfaststart import *
from .gradio_app import *