drewThomasson
commited on
Update Auto_VoxNovel.py
Browse files- Auto_VoxNovel.py +3 -1
Auto_VoxNovel.py
CHANGED
@@ -406,7 +406,9 @@ import sys
|
|
406 |
def process_file_headless():
|
407 |
# Ask for the file path via command line
|
408 |
while True:
|
409 |
-
file_path = get_newest_file_in_input_folder()
|
|
|
|
|
410 |
|
411 |
# Check if the file exists
|
412 |
if os.path.isfile(file_path):
|
|
|
406 |
def process_file_headless():
|
407 |
# Ask for the file path via command line
|
408 |
while True:
|
409 |
+
#file_path = get_newest_file_in_input_folder()
|
410 |
+
#FUCK
|
411 |
+
file_path = gradio_input_file
|
412 |
|
413 |
# Check if the file exists
|
414 |
if os.path.isfile(file_path):
|