From 45ee0b00b4f6f7799fbe38f530abda556b8eba9f Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Mon, 12 Feb 2024 11:45:17 +0100 Subject: [PATCH] removed start server for now --- scraibe/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scraibe/cli.py b/scraibe/cli.py index 1c7f320..7cc7b1d 100644 --- a/scraibe/cli.py +++ b/scraibe/cli.py @@ -10,7 +10,7 @@ import json from .autotranscript import Scraibe from .misc import ParseKwargs -from .app.app import gradio_Interface + from whisper.tokenizer import LANGUAGES , TO_LANGUAGE_CODE from torch.cuda import is_available @@ -164,6 +164,7 @@ def cli(): else: # unfinished code + raise NotImplementedError("Currently not Working") import subprocess import sys