Baghdad99 commited on
Commit
f0d7e02
1 Parent(s): ee37b95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from transformers import pipeline, AutoTokenizer
3
  import numpy as np
4
 
 
5
  # Load the pipeline for speech recognition and translation
6
  pipe = pipeline(
7
  "automatic-speech-recognition",
 
2
  from transformers import pipeline, AutoTokenizer
3
  import numpy as np
4
 
5
+
6
  # Load the pipeline for speech recognition and translation
7
  pipe = pipeline(
8
  "automatic-speech-recognition",