Skip to content

Commit

Permalink
!
Browse files Browse the repository at this point in the history
  • Loading branch information
mayang1202 committed Nov 17, 2023
1 parent 42736e3 commit 550e7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ai_model/teacher_behavior_detection/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

def find_guidance_text(data):
for item in data['data']['text_result']:
if item['label'] == '复习':
if item['label'] == '复述':
return item['text']

if __name__ == "__main__":
input_text = [

{
"text": "明天记得复习今天的课文",
"text": "明天记得复述今天的课文",
"begin_time": 1326752,
"end_time": 1332165
},
Expand Down

0 comments on commit 550e7e4

Please sign in to comment.