Update to WHAM Demonstrator documentation
Browse files
wham_demonstrator/README.md
CHANGED
|
@@ -8,12 +8,12 @@ Select if you will be running the server from AI Foundry (Azure AI Endpoint) or
|
|
| 8 |
You might need to click on Options for the Settings to be visible.
|
| 9 |

|
| 10 |
|
| 11 |
-
## Entering Server IP Address and API Key (Azure AI Foundry)
|
| 12 |
-
If you have deployed your model in Azure AI Foundry. Enter the endpoint address as well as the API Key.
|
| 13 |
-

|
| 14 |
-
|
| 15 |
## Entering a Server IP Address (Local Deployment)
|
| 16 |
If you have deployed your own model using run_server.py. The model and API should be hosted on a server and port that is accessible to the app. Enter the IP address with port into the text box at the top left of the window, in the form `http://127.0.0.1:5000`.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |

|
| 18 |
|
| 19 |
## Opening Starting Frames
|
|
|
|
| 8 |
You might need to click on Options for the Settings to be visible.
|
| 9 |

|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
## Entering a Server IP Address (Local Deployment)
|
| 12 |
If you have deployed your own model using run_server.py. The model and API should be hosted on a server and port that is accessible to the app. Enter the IP address with port into the text box at the top left of the window, in the form `http://127.0.0.1:5000`.
|
| 13 |
+

|
| 14 |
+
|
| 15 |
+
## Entering Server IP Address and API Key (Azure AI Foundry)
|
| 16 |
+
If you have deployed your model in Azure AI Foundry. Enter the endpoint address as well as the API Key.
|
| 17 |

|
| 18 |
|
| 19 |
## Opening Starting Frames
|