From ad873c50eed0d97dd3fe3c7f13a5dea9dc4c5369 Mon Sep 17 00:00:00 2001
From: lzr265946 <lzr265946@alibaba-inc.com>
Date: 星期三, 18 一月 2023 16:15:09 +0800
Subject: [PATCH] fix asr result is empty and punc error

---
 setup.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/setup.py b/setup.py
index e17c6ae..39272e3 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,8 @@
         "editdistance==0.5.2",
         "tensorboard>=1.14",
         "g2p",
+        # PAI
+        "oss2"
     ],
     # train: The modules invoked when training only.
     "train": [

--
Gitblit v1.9.1