removed start server for now

This commit is contained in:
Jaikinator
2024-02-12 11:45:17 +01:00
parent 5e71667119
commit 45ee0b00b4
+2 -1
View File
@@ -10,7 +10,7 @@ import json
from .autotranscript import Scraibe from .autotranscript import Scraibe
from .misc import ParseKwargs from .misc import ParseKwargs
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
@@ -164,6 +164,7 @@ def cli():
else: # unfinished code else: # unfinished code
raise NotImplementedError("Currently not Working")
import subprocess import subprocess
import sys import sys