Rimi98 commited on
Commit
38017c1
·
1 Parent(s): 340795c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def recognizer(audio_path):
42
 
43
  output = session.run([output_name], {input_name:audio})
44
  out = np.argmax(output)
45
- return f'In this audio {voices[out]} is taking'
46
 
47
  label = gradio.outputs.Label(num_top_classes=3)
48
  path = 'test-voices/'
 
42
 
43
  output = session.run([output_name], {input_name:audio})
44
  out = np.argmax(output)
45
+ return f'In this audio \"{voices[out]}\" is taking'
46
 
47
  label = gradio.outputs.Label(num_top_classes=3)
48
  path = 'test-voices/'