@industry-theme/file-city-panel 0.2.77 → 0.2.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/panels.bundle.js
CHANGED
|
@@ -50668,8 +50668,7 @@ function useTextToSpeech(options = {}) {
|
|
|
50668
50668
|
}
|
|
50669
50669
|
}
|
|
50670
50670
|
});
|
|
50671
|
-
|
|
50672
|
-
speakerEmbeddingsRef.current = embeddingsUrl;
|
|
50671
|
+
speakerEmbeddingsRef.current = "https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/speaker_embeddings.bin";
|
|
50673
50672
|
setProgress(100);
|
|
50674
50673
|
} catch (err) {
|
|
50675
50674
|
setError(err instanceof Error ? err : new Error("Failed to load TTS model"));
|