Kartikeyssj2 commited on
Commit
9a28c13
1 Parent(s): b32a33b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -0
main.py CHANGED
@@ -89,6 +89,9 @@ async def get_rnc():
89
 
90
  @app.post('/pronunciation_scoring')
91
  async def upload_audio(file: UploadFile = File(...)):
 
 
 
92
  url = "https://speech-processing-6.onrender.com/process_audio"
93
  files = {'file': await file.read()}
94
 
 
89
 
90
  @app.post('/pronunciation_scoring')
91
  async def upload_audio(file: UploadFile = File(...)):
92
+
93
+ return "bruh"
94
+
95
  url = "https://speech-processing-6.onrender.com/process_audio"
96
  files = {'file': await file.read()}
97