Thendral28 commited on
Commit
d6137be
·
verified ·
1 Parent(s): 2f1faea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -366,7 +366,7 @@ async def process_audio(
366
  },
367
  "message": "Record(s) Found."
368
  }
369
- node_server_url = "https://megathil.shenll.com/processAudio/saveUserResult"
370
  requests.post(node_server_url, json=node_data)
371
  end_time = time.time() # Record end time
372
  elapsed_time = end_time - start_time # Calculate elapsed time
 
366
  },
367
  "message": "Record(s) Found."
368
  }
369
+ node_server_url = "https://backendapi.megathil.com/processAudio/saveUserResult"
370
  requests.post(node_server_url, json=node_data)
371
  end_time = time.time() # Record end time
372
  elapsed_time = end_time - start_time # Calculate elapsed time