pktpaulie commited on
Commit
b3d4a2e
·
verified ·
1 Parent(s): 19638cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
2
  # import torch
3
  import gradio as gr
4
 
5
- device = "cuda:0" if torch.cuda.is_available() else "cpu"
6
 
7
  pipe = pipeline(
8
  "automatic-speech-recognition",
 
2
  # import torch
3
  import gradio as gr
4
 
5
+ # device = "cuda:0" if torch.cuda.is_available() else "cpu"
6
 
7
  pipe = pipeline(
8
  "automatic-speech-recognition",