Mihaj commited on
Commit
945f327
·
verified ·
1 Parent(s): bc54321

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -207,6 +207,10 @@ def transcribe(audio):
207
 
208
  text['pV'] = pV
209
 
 
 
 
 
210
  return text
211
 
212
  iface = gr.Interface(
 
207
 
208
  text['pV'] = pV
209
 
210
+ cl = classify_rhytm(dC, pV)
211
+
212
+ text['result'] = cl
213
+
214
  return text
215
 
216
  iface = gr.Interface(