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
you assume a "push" with a zip file. Why??? It's more efficient to send a URL and have the server pull in the file. This is because
the html is much smaller than most images, and you want to process images one by one. You don't need to get sound files, or css files or font files.
The text was updated successfully, but these errors were encountered:
alt-text-backend/openapi.yaml
Line 114 in 7afe104
you assume a "push" with a zip file. Why??? It's more efficient to send a URL and have the server pull in the file. This is because
the html is much smaller than most images, and you want to process images one by one. You don't need to get sound files, or css files or font files.
The text was updated successfully, but these errors were encountered: