debayan commited on
Commit
8a676fb
·
1 Parent(s): bf4b341

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. request_api.py +1 -1
request_api.py CHANGED
@@ -8,7 +8,7 @@ from urllib.parse import urljoin, urlencode, urlparse, urlunparse
8
 
9
 
10
  # Define the base URL
11
- BASE_URL = 'https://6146-134-28-45-21.ngrok-free.app/'
12
  #BASE_URL = 'http://127.0.0.1:5000/'
13
 
14
 
 
8
 
9
 
10
  # Define the base URL
11
+ BASE_URL = 'https://d9c5-134-28-45-21.ngrok-free.app/'
12
  #BASE_URL = 'http://127.0.0.1:5000/'
13
 
14