debayan commited on
Commit
153f020
·
verified ·
1 Parent(s): 132d21b

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://10cf-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://b4b8-134-28-45-21.ngrok-free.app/'
12
  #BASE_URL = 'http://127.0.0.1:5000/'
13
 
14