-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
from whisper.pipelines.whisper_autocaption import WhisperAutoCaptionPipeline | ||
|
||
from whisperplus.pipelines.autollm_chatbot import AutoLLMChatWithVideo | ||
from whisperplus.pipelines.long_text_summarization import LongTextSummarizationPipeline | ||
from whisperplus.pipelines.summarization import TextSummarizationPipeline | ||
from whisperplus.pipelines.text2speech import TextToSpeechPipeline | ||
from whisperplus.pipelines.whisper import SpeechToTextPipeline | ||
from whisperplus.pipelines.whisper_autocaption import WhisperAutoCaptionPipeline | ||
from whisperplus.pipelines.whisper_diarize import ASRDiarizationPipeline | ||
from whisperplus.utils.download_utils import download_and_convert_to_mp3 | ||
from whisperplus.utils.text_utils import format_speech_to_dialogue | ||
|
||
__version__ = '0.3.1' | ||
__version__ = '0.3.3' | ||
__author__ = 'kadirnar' | ||
__license__ = 'Apache License 2.0' |