Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ You can access the API endpoints using a web browser or an HTTP client at `https
|
|
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
|
49 |
|
50 |
---
|
51 |
|
|
|
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 the host address of the proxy server is set to host: `127.0.0.1` at Port: `7860` otherwise the requests will be denied
|
49 |
|
50 |
---
|
51 |
|