Adding shareable https url
User can share automatically have a share url by adding --share to run command
I need to find some time this weekend to review this. Can you describe the intended operation?
Sure.
The point is to always have a HTTPS endpoint easily. The same way with gradio app you have shareable url like xxxxx.gradio.live. My PR is to integrate that shareable url features like gradio. When you start the app it expose the api with https . So http://localhost:8000 -> https://xxxxx.live.owlai.dev.
With this PR no need to add custom certificate to the mobile app or allow specific ip and avoid also trouble with accessing bluetooth and microphone over insecure protocole which modern browser does not like.