Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ import os
|
|
157 |
|
158 |
def process_audio(audio_file):
|
159 |
# Process the uploaded audio file
|
160 |
-
output_audio_file= process_file(audio_file
|
161 |
|
162 |
# Store the processed file path in a JSON file
|
163 |
store_path_in_json(output_audio_file)
|
|
|
157 |
|
158 |
def process_audio(audio_file):
|
159 |
# Process the uploaded audio file
|
160 |
+
output_audio_file= process_file(audio_file)
|
161 |
|
162 |
# Store the processed file path in a JSON file
|
163 |
store_path_in_json(output_audio_file)
|