drewThomasson
commited on
Update Auto_VoxNovel.py
Browse files- Auto_VoxNovel.py +4 -2
Auto_VoxNovel.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
|
2 |
-
|
3 |
-
import download_missing_booknlp_models
|
|
|
|
|
4 |
|
5 |
|
6 |
# @title Default title text
|
|
|
1 |
|
2 |
+
##This will download the booknlp files using my huggingface backup
|
3 |
+
#import download_missing_booknlp_models
|
4 |
+
#This will import the booknlp files from the local dir
|
5 |
+
import import-booknlp-files
|
6 |
|
7 |
|
8 |
# @title Default title text
|