drewThomasson
commited on
Update Auto_VoxNovel.py
Browse files- Auto_VoxNovel.py +2 -0
Auto_VoxNovel.py
CHANGED
@@ -408,7 +408,9 @@ def process_file_headless():
|
|
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):
|
|
|
408 |
while True:
|
409 |
#file_path = get_newest_file_in_input_folder()
|
410 |
#FUCK
|
411 |
+
gradio_input_file = sys.argv[1]
|
412 |
file_path = gradio_input_file
|
413 |
+
|
414 |
|
415 |
# Check if the file exists
|
416 |
if os.path.isfile(file_path):
|