Spaces:
Build error
Build error
Kartikeyssj2
commited on
Commit
•
813004d
1
Parent(s):
0cf878c
Update main.py
Browse files
main.py
CHANGED
@@ -102,7 +102,7 @@ async def upload_audio(file: UploadFile = File(...)):
|
|
102 |
|
103 |
print("audio:" , audio)
|
104 |
|
105 |
-
print("length of the audio array:" , len(audio))
|
106 |
|
107 |
print("*" * 100)
|
108 |
|
|
|
102 |
|
103 |
print("audio:" , audio)
|
104 |
|
105 |
+
print("length of the audio array:" , len(audio))
|
106 |
|
107 |
print("*" * 100)
|
108 |
|