Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ def before_request():
|
|
178 |
g.initialized = True
|
179 |
|
180 |
if __name__ == "__main__":
|
181 |
-
|
182 |
# This might return an updated path if the original fails
|
183 |
updated_ref_dir = init_reference_audio(REFERENCE_AUDIO_DIR, OUTPUT_DIR)
|
184 |
if updated_ref_dir and updated_ref_dir != REFERENCE_AUDIO_DIR:
|
|
|
178 |
g.initialized = True
|
179 |
|
180 |
if __name__ == "__main__":
|
181 |
+
|
182 |
# This might return an updated path if the original fails
|
183 |
updated_ref_dir = init_reference_audio(REFERENCE_AUDIO_DIR, OUTPUT_DIR)
|
184 |
if updated_ref_dir and updated_ref_dir != REFERENCE_AUDIO_DIR:
|