Liusuthu commited on
Commit
188deb4
Β·
verified Β·
1 Parent(s): 0948a45

Update consult.py

Browse files
Files changed (1) hide show
  1. consult.py +4 -2
consult.py CHANGED
@@ -58,8 +58,10 @@ def speech_score4(audio):
58
  return text,score,gr.Column(visible=True)
59
 
60
 
61
-
62
- #####################################################################
 
 
63
 
64
  # constants
65
  schema = "ζƒ…ζ„Ÿε€Ύε‘[ζ­£ε‘οΌŒθ΄Ÿε‘]" # Define the schema for sentence-level sentiment classification
 
58
  return text,score,gr.Column(visible=True)
59
 
60
 
61
+ def video_score4(video):
62
+ text,score=video_score(video)
63
+ return text,score,gr.Column(visible=True)
64
+ #####################################################################################
65
 
66
  # constants
67
  schema = "ζƒ…ζ„Ÿε€Ύε‘[ζ­£ε‘οΌŒθ΄Ÿε‘]" # Define the schema for sentence-level sentiment classification