NeuralFalcon commited on
Commit
da175ac
·
verified ·
1 Parent(s): 9f1c552

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.name)
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)