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
Hello! I am reading the Transformers.js documentation for "Building a react application", but I encountered an issue at step 4.
I don't know how to implement the partial output of the translation results, even though the documentation provides the following instructions:
I have completed all the steps in the tutorial documentation, but I still cannot get the output to work properly. I tried using console.log for debugging and found that the callback_function is not working, and the main thread is not receiving any messages with the status update. I have also not found any information about the callback_function in the transformers.js documentation. I apologize for taking up your time, but I sincerely need your help. 🙏
The text was updated successfully, but these errors were encountered:
Question
Hello! I am reading the Transformers.js documentation for "Building a react application", but I encountered an issue at step 4.
I don't know how to implement the partial output of the translation results, even though the documentation provides the following instructions:
I have completed all the steps in the tutorial documentation, but I still cannot get the output to work properly. I tried using
console.log
for debugging and found that thecallback_function
is not working, and the main thread is not receiving any messages with the statusupdate
. I have also not found any information about thecallback_function
in the transformers.js documentation. I apologize for taking up your time, but I sincerely need your help. 🙏The text was updated successfully, but these errors were encountered: