xinzhuang

Results 7 comments of xinzhuang

refer other issue fix this #58 update diffusers to another commit id `pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force` have a try.

参考demo2.py,在推理方法中添加output_timestamp参数。

> [@xinzhuang](https://github.com/xinzhuang) 请问一下使用 funasr 推理可以添加时间戳吗? 目前我没发现funasr支持。

@Jialiang123 As @dosubot mentioned, this is a proper way to implement it. According to the documentation, when you list documents in the dataset,there are some fields related to progress: ```...

> Yes, this is related to your prompt: > > Inproper Prompt Proper Prompt > Thanks for sharing. Can you click on the image to see it larger?

You can try add parameter `fence_output=True,` when calling extract method. It may help.

> i changed the code,like this: > > ``` > # 设置请求体数据 > payload` = {"ids": ["4c8c26f44caf11f09d990242ac140006"]} > try: > # 发送DELETE请求 > response = requests.delete( > url, > headers=headers,...