anyuanay commited on
Commit
64fa054
·
verified ·
1 Parent(s): 8b77c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ def voice_classification(audio):
51
 
52
  return result
53
 
54
- gr.Interface(fn=voice_mfcc)classification, inputs="audio", outputs="text").launch()
 
51
 
52
  return result
53
 
54
+ gr.Interface(fn=voice_mfcc_classification, inputs="audio", outputs="text").launch()