Adds WhisperX, reworks UI (still needs some work), theoretically usable
This commit is contained in:
10
conda/src/main/java/module-info.java
Normal file
10
conda/src/main/java/module-info.java
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Module for conda
|
||||
*/
|
||||
module com.github.gtache.autosubtitle.conda {
|
||||
requires transitive com.github.gtache.autosubtitle.core;
|
||||
requires org.apache.logging.log4j;
|
||||
|
||||
exports com.github.gtache.autosubtitle.setup.conda;
|
||||
exports com.github.gtache.autosubtitle.modules.setup.conda;
|
||||
}
|
||||
Reference in New Issue
Block a user