fix: do not init audio model
This commit is contained in:
@@ -89,7 +89,7 @@ const useSetChunkFetch = () => {
|
||||
|
||||
let isReading = true;
|
||||
|
||||
while (true) {
|
||||
while (isReading) {
|
||||
const { done, value } = await reader.read();
|
||||
|
||||
if (done) {
|
||||
|
||||
Reference in New Issue
Block a user