Closed LiuCMU closed 1 year ago
Here is a little followup on the questin. After uploading the penguin iamge (attached) to the inpaint API, I got the following response: What does the response mean? Thank you very much!
@LiuCMU You can access the WebUI through the /interface endpoint. The root / path is the Swagger debugging page provided by BentoML. I will update the README to clarify the WebUI path.
sorry, I didn't get it. Could you explain how I adjust the command bentoml serve
to use the /interface endpoint as you mentioned above? thanks!
No, you won't need to modify the serve
command but visit http://0.0.0.0:3000/interface
instead.
what works, thank you very much!
Hi, I got the follwoing webpabe after running
bentoml serve
. This interface is different that the cartoon in the ReadMe. Could you telll me how to try out the replace function?