From 7468e2e2e5fae9ab6e82fc4f7d61a44a37d541fc Mon Sep 17 00:00:00 2001 From: speech_tts Date: Mon, 22 Aug 2022 08:30:02 +0000 Subject: [PATCH] fix sample code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef52843..ca1f410 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ widgets: #### 代码范例 ```Python +from scipy.io.wavfile import write + from modelscope.metainfo import Pipelines from modelscope.models import Model from modelscope.pipelines import pipeline