Soham98 commited on
Commit
864c16f
·
verified ·
1 Parent(s): 512a3d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- #import torch
3
  from transformers import pipeline
4
  #Load the ASR and Text Translation pipelines
5
  asr_pipeline = pipeline("automatic-speech-recognition", model="distil-whisper/distil-small.en")
 
1
  import gradio as gr
2
+ import torch
3
  from transformers import pipeline
4
  #Load the ASR and Text Translation pipelines
5
  asr_pipeline = pipeline("automatic-speech-recognition", model="distil-whisper/distil-small.en")