Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,9 @@ All api docs can be found here https://articko-artickbot.hf.space/docs#/
|
|
43 |
|
44 |
You can access the API endpoints using a web browser or an HTTP client at `https://articko-artickbot.hf.space/`.
|
45 |
|
|
|
|
|
|
|
46 |
|
47 |
---
|
48 |
|
|
|
43 |
|
44 |
You can access the API endpoints using a web browser or an HTTP client at `https://articko-artickbot.hf.space/`.
|
45 |
|
46 |
+
The API endpoints can also be accessed from Localhost using a web browser or an HTTP client at `https://127.0.0.1:7860/`.
|
47 |
+
|
48 |
+
If your machine is using proxy servers make sure that that the Localhost of the proxy server is set to host: `127.0.0.1` at Port: `7860` otherwise the requests will be denied
|
49 |
|
50 |
---
|
51 |
|