gradioapp commited on
Commit
327f67a
·
1 Parent(s): 50a66b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- pip install transformers
2
 
3
  from transformers import pipeline
4
  p = pipeline("automatic-speech-recognition")
 
1
+ !pip install transformers
2
 
3
  from transformers import pipeline
4
  p = pipeline("automatic-speech-recognition")