You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
As discussed on the reddit thread there is issue with current swagger api generation. It does shows the content type option as multipart/form-data but doesn't give option to browse and upload the file.
@Bogdanp in case if you want to reproduce the issue, this is the repo which has all the code https://github.com/gurvindersingh/mlapp simply run it using gunicorn app:app and its /predict route.
Let me know if you need any more info to get this one fixed.
It seems the UI still doesn't show the upload file option. Even when selected the correct encoding. See the pic below from the upload example app in examples directory.
As discussed on the reddit thread there is issue with current swagger api generation. It does shows the content type option as
multipart/form-data
but doesn't give option to browse and upload the file.It might be related to the missing
format: binary
option as mentioned in https://swagger.io/docs/specification/describing-request-body/file-upload/What version of molten are you using?
0.7.1
The text was updated successfully, but these errors were encountered: