amougou-mbida commited on
Commit
37df49d
·
verified ·
1 Parent(s): ef736c7

Update scripts/utility_functions.py

Browse files
Files changed (1) hide show
  1. scripts/utility_functions.py +1 -1
scripts/utility_functions.py CHANGED
@@ -237,7 +237,7 @@ timeout = httpx.Timeout(
237
 
238
 
239
  async def call_nlp_service(payload, method, max_retries=5, base_delay=1.0):
240
- url = f"https://amougou-fortiss-nlp-preprocessor.hf.space/{method}"
241
  headers = {"Authorization": f"Bearer {MICROSERVICE_KEY}"}
242
 
243
  async with nlp_semaphore:
 
237
 
238
 
239
  async def call_nlp_service(payload, method, max_retries=5, base_delay=1.0):
240
+ url = f"https://amougou-mbida-nlp-preprocessor.hf.space/{method}"
241
  headers = {"Authorization": f"Bearer {MICROSERVICE_KEY}"}
242
 
243
  async with nlp_semaphore: