zhenglu

Results 13 comments of zhenglu

没花时间复现,我什么都没改。 主要我想选一个开源服务器,结果就这样。心痛

change the header.py line N, 'malcious' to 'malware' may kill this issue.

you'd first build the bin-api using command like, cd $GOPATH/src/git.fd.io/govpp.git binapi-generator --output-dir=binapi the binapi locates at, $GOPATH/src/git.fd.io/govpp.git/binapi

outaudio = None for i in cosyvoice.inference_zero_shot(tts_text, prompt_text, prompt_speech_16k, stream=stream, speed=speed): audio = i['tts_speech'].numpy().flatten() if outaudio is None: outaudio = audio else: outaudio = np.concatenate([outaudio, audio]) yield (cosyvoice.sample_rate, outaudio)

also, streaming is False. audio_output = gr.Audio(label="合成音频", autoplay=True, streaming=False)

No, I'm not so familiar with svelte.

or make a HTML plugin like the Import plugin.

I try to create a HTML plugin, the main INSERT command does not work, the code is, onMount(() => { return editor.registerCommand( INSERT_HTML_COMMAND, (payload) => { console.log("insert html command received.")...

I've add a HTML plugin for this project. I will try to push to this project later...