Spaces:
Running
Running
Update audio_save.py
Browse files- audio_save.py +1 -0
audio_save.py
CHANGED
@@ -9,6 +9,7 @@ if not os.path.exists('./tarun_1234'):
|
|
9 |
@app.post("/save_audio")
|
10 |
async def save_audio(audio: UploadFile = File(...), path: str = Form(...)):
|
11 |
|
|
|
12 |
folder_path = path.split('/')[0]
|
13 |
|
14 |
print('FOLDER PATH ----------->>>>>>>>>>>>>>', folder_path)
|
|
|
9 |
@app.post("/save_audio")
|
10 |
async def save_audio(audio: UploadFile = File(...), path: str = Form(...)):
|
11 |
|
12 |
+
print('PATH ************************ >>>>>', path)
|
13 |
folder_path = path.split('/')[0]
|
14 |
|
15 |
print('FOLDER PATH ----------->>>>>>>>>>>>>>', folder_path)
|