NeerAbhy commited on
Commit
e45c4d4
·
verified ·
1 Parent(s): 21c55ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def audio_a_text(audio):
12
  return text
13
 
14
  def text_to_sentimient(audio):
15
- text = transcription(audio)["text"]
16
- return clasification(text)[0]["label"]
17
 
18
  demo = gr.Blocks()
19
 
 
12
  return text
13
 
14
  def text_to_sentimient(audio):
15
+ #text = transcription(audio)["text"]
16
+ return clasification(audio)["text"]
17
 
18
  demo = gr.Blocks()
19