Another003 commited on
Commit
f6ee992
·
verified ·
1 Parent(s): 625be5d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -42,7 +42,7 @@ async def process_audio(file: UploadFile = File(...)):
42
  file_location = save_directory / file.filename
43
 
44
  with open(file_location, "wb") as saved_file:
45
- saved_file.write(file.file.read())saved_file.write(content)
46
 
47
  # JP
48
  original = pipe(file_location)
 
42
  file_location = save_directory / file.filename
43
 
44
  with open(file_location, "wb") as saved_file:
45
+ saved_file.write(file.file.read())
46
 
47
  # JP
48
  original = pipe(file_location)