tttarun commited on
Commit
88c274c
1 Parent(s): ae5b42b

Update audio_save.py

Browse files
Files changed (1) hide show
  1. audio_save.py +1 -1
audio_save.py CHANGED
@@ -3,7 +3,7 @@ import shutil
3
  import os
4
  app = FastAPI()
5
 
6
- if os.path.exists('./tarun_1234'):
7
  os.mkdir('./tarun_1234')
8
 
9
  @app.post("/save_audio")
 
3
  import os
4
  app = FastAPI()
5
 
6
+ if not os.path.exists('./tarun_1234'):
7
  os.mkdir('./tarun_1234')
8
 
9
  @app.post("/save_audio")