jfforero commited on
Commit
a30ed57
1 Parent(s): f679e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -10,7 +10,10 @@ from PIL import Image
10
  from io import BytesIO
11
 
12
 
13
- p = pipeline("automatic-speech-recognition")
 
 
 
14
 
15
  from tensorflow.keras.models import load_model
16
 
 
10
  from io import BytesIO
11
 
12
 
13
+ #p = pipeline("automatic-speech-recognition")
14
+ p = pipeline("automatic-speech-recognition", framework="tf")
15
+
16
+
17
 
18
  from tensorflow.keras.models import load_model
19