Adds WhisperX, reworks UI (still needs some work), theoretically usable
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.gtache.autosubtitle</groupId>
|
||||
<artifactId>autosubtitle-whisper</artifactId>
|
||||
<artifactId>autosubtitle-whisperx</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -5,5 +5,5 @@ module com.github.gtache.autosubtitle.server {
|
||||
requires com.github.gtache.autosubtitle.core;
|
||||
requires com.github.gtache.autosubtitle.deepl;
|
||||
requires com.github.gtache.autosubtitle.ffmpeg;
|
||||
requires com.github.gtache.autosubtitle.whisper;
|
||||
requires com.github.gtache.autosubtitle.whisperx;
|
||||
}
|
||||
Reference in New Issue
Block a user