Spaces:
Runtime error
Runtime error
Update consult.py
Browse files- 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
|