changed pyannote path
This commit is contained in:
@@ -11,7 +11,7 @@ launch:
|
|||||||
enabled: false
|
enabled: false
|
||||||
username: admin
|
username: admin
|
||||||
password: admin
|
password: admin
|
||||||
auth_message: "Please enter your credentials"
|
auth_message: null
|
||||||
show_error : false
|
show_error : false
|
||||||
favicon_path : null
|
favicon_path : null
|
||||||
ssl_keyfile : null
|
ssl_keyfile : null
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
from .autotranscript import Scraibe
|
from .autotranscript import Scraibe
|
||||||
from .app.gradio_app import gradio_Interface
|
from .app.app import gradio_Interface
|
||||||
|
|
||||||
from whisper.tokenizer import LANGUAGES , TO_LANGUAGE_CODE
|
from whisper.tokenizer import LANGUAGES , TO_LANGUAGE_CODE
|
||||||
from torch.cuda import is_available
|
from torch.cuda import is_available
|
||||||
|
|||||||
Reference in New Issue
Block a user