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
In the Train Model section of our AI image application, users need to upload images and define attributes like eye color, skin tone, etc. However, after selecting images and clicking "Open," the upload does not start automatically β leaving users confused and interrupting the workflow.
πΉ Expected Behavior: Images should upload instantly after selection.
πΉ Actual Behavior: Images are not being uploaded after selection, requiring additional action.
π― Steps to Reproduce:
1οΈβ£ Navigate to the Train Model section.
2οΈβ£ Click on the "Upload" button to open the file selection dialog.
3οΈβ£ Select one or multiple images and click "Open."
4οΈβ£ β Issue: No upload is triggered after selection.
5οΈβ£ β What should happen? Images should start uploading immediately.
π Potential Causes:
π The onChange event of the file input is not firing correctly.
π The upload function is not properly handling the selected images.
π The API request for uploading is not being triggered automatically.
π The state update is failing, preventing images from processing.
π A possible JavaScript error or network issue is blocking the request.
π Suggested Fixes:
β Ensure the onChange event is correctly linked to the upload function.
β Debug if the selected files are properly stored before uploading.
β Inspect network logs to see if the upload API request is firing.
β Add console logs to verify state updates after file selection.
β Review the Train Model workflow logic to ensure smooth processing.
π¨ Priority:HIGH
This issue directly impacts model training, making it critical for a seamless user experience.
π Additional Notes:
π‘ Check for console errors, network failures, or unexpected JavaScript behavior.
π‘ If necessary, attach logs or screenshots to help diagnose the issue.
π₯ Let's fix this and get the AI training back on track! π
The text was updated successfully, but these errors were encountered:
β‘ Overview:
In the Train Model section of our AI image application, users need to upload images and define attributes like eye color, skin tone, etc. However, after selecting images and clicking "Open," the upload does not start automatically β leaving users confused and interrupting the workflow.
πΉ Expected Behavior: Images should upload instantly after selection.
πΉ Actual Behavior: Images are not being uploaded after selection, requiring additional action.
π― Steps to Reproduce:
1οΈβ£ Navigate to the Train Model section.
2οΈβ£ Click on the "Upload" button to open the file selection dialog.
3οΈβ£ Select one or multiple images and click "Open."
4οΈβ£ β Issue: No upload is triggered after selection.
5οΈβ£ β What should happen? Images should start uploading immediately.
π Potential Causes:
π The
onChange
event of the file input is not firing correctly.π The upload function is not properly handling the selected images.
π The API request for uploading is not being triggered automatically.
π The state update is failing, preventing images from processing.
π A possible JavaScript error or network issue is blocking the request.
π Suggested Fixes:
β Ensure the
onChange
event is correctly linked to the upload function.β Debug if the selected files are properly stored before uploading.
β Inspect network logs to see if the upload API request is firing.
β Add console logs to verify state updates after file selection.
β Review the Train Model workflow logic to ensure smooth processing.
π¨ Priority: HIGH
This issue directly impacts model training, making it critical for a seamless user experience.
π Additional Notes:
π‘ Check for console errors, network failures, or unexpected JavaScript behavior.
π‘ If necessary, attach logs or screenshots to help diagnose the issue.
π₯ Let's fix this and get the AI training back on track! π
The text was updated successfully, but these errors were encountered: