G1017

Results 5 issues of G1017

搭配使用仍然报错 以下为示例: 示例1: File "/root/apps/metahuman/creator/test.py", line 54, in use_historical_model tts_historical( File "/usr/local/lib/python3.9/site-packages/paddlespeech/cli/utils.py", line 328, in _warpper return executor_func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/paddlespeech/cli/tts/infer.py", line 710, in call self.infer(text=text, lang=lang, am=am, spk_id=spk_id)...

Question
Stale

I added gradio to the display according to this example ”https://dora-rs.ai/docs/guides/getting-started/yolov8“, but gradio only refreshes once and cannot display other results 根据这个修改了 plot.py `` import os,time import cv2 import gradio...

documentation
python

复现步骤: ```python git clone --recursive https://github.com/FunAudioLLM/CosyVoice.git && cd CosyVoice &&git submodule update --init --recursive model: from modelscope import snapshot_download snapshot_download('iic/CosyVoice2-0.5B', local_dir='pretrained_models/CosyVoice2-0.5B') ``` /CosyVoice/cosyvoice/cli/cosyvoice.py ```python import os import time from typing...

![Image](https://github.com/user-attachments/assets/7b8c09cd-3e5d-4dd3-921e-031bde5d3f9b)

当运行文本为:此外,DeepSpark开源社区主要致力于百大应用开放平台的打造和推广。"> 出现以下错误: File "/usr/local/lib/python3.9/site-packages/paddlespeech/cli/utils.py", line 328, in _warpper return executor_func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/paddlespeech/cli/tts/infer.py", line 710, in __call__ self.infer(text=text, lang=lang, am=am, spk_id=spk_id) File "/usr/local/corex/lib64/python3/dist-packages/decorator.py", line 232, in fun return caller(func,...

Question
Stale