Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|