drewThomasson commited on
Commit
30af7c6
·
verified ·
1 Parent(s): 40f31ac

Update Auto_VoxNovel.py

Browse files
Files changed (1) hide show
  1. 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):