nijatzeynalov commited on
Commit
6d3ca62
1 Parent(s): 04f2503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def transcribe(Microphone, File_Upload):
34
 
35
  label = text[0]['label']
36
  score = text[0]['score']
37
- return label
38
 
39
  iface = gr.Interface(
40
  fn=transcribe,
 
34
 
35
  label = text[0]['label']
36
  score = text[0]['score']
37
+ return label, score
38
 
39
  iface = gr.Interface(
40
  fn=transcribe,