Upload folder using huggingface_hub
Browse files- 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://
|
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 |
|