Open LLCF opened 6 years ago
I found
rie_url = os.environ.get('RIE_URL', "http://localhost:5055")
publish_endpoint = rie_url+'/models'
r = requests.post(publish_endpoint, files=files)
in digits/model/views.py
The http://localhost:5055 can not be accessed
same for me. It's not clear how to use it. Is it ready at all?
I found that you had added a new feature( publish to inference server) to digits6.1, however I don't know how to use it.