Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|