@@ -172,10 +172,11 @@ After sufficient offline evaluation of the model, online A/B test is usually nee
<palign="center">
<br>
<imgsrc='abtest.png'style="zoom:33%;">
<imgsrc='abtest.png'width = "345"height = "230">
<br>
<p>
### 3.3 Model Online Reloading
In order to ensure the availability of services, the model needs to be hot loaded without service interruption. Paddle Serving supports this feature and provides a tool for monitoring output models to update local models. Please refer to [Hot loading in Paddle Serving](HOT_LOADING_IN_SERVING.md) for specific examples.