fffiloni commited on
Commit
9acf377
·
verified ·
1 Parent(s): c03e124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def check_outputs_folder(folder_path):
49
 
50
  def check_for_wav_in_outputs():
51
  # Define the path to the outputs folder
52
- outputs_folder = './example_1'
53
 
54
  # Check if the outputs folder exists
55
  if not os.path.exists(outputs_folder):
 
49
 
50
  def check_for_wav_in_outputs():
51
  # Define the path to the outputs folder
52
+ outputs_folder = './output_samples/example_1'
53
 
54
  # Check if the outputs folder exists
55
  if not os.path.exists(outputs_folder):