changed pyannote path

This commit is contained in:
Jaikinator
2023-12-08 14:30:43 +01:00
parent 4379d1e185
commit 42f86ba2ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ launch:
enabled: false
username: admin
password: admin
auth_message: "Please enter your credentials"
auth_message: null
show_error : false
favicon_path : null
ssl_keyfile : null
+1 -1
View File
@@ -9,7 +9,7 @@ from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
import json
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 torch.cuda import is_available