barbaroo commited on
Commit
587a51a
1 Parent(s): d19c14b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import ffmpeg # Make sure it's ffmpeg-python
6
 
7
  # Check if GPU is available
8
  use_gpu = torch.cuda.is_available()
9
-
10
  # Configure the pipeline to use the GPU if available
11
  if use_gpu:
12
  p = pipeline("automatic-speech-recognition",
 
6
 
7
  # Check if GPU is available
8
  use_gpu = torch.cuda.is_available()
9
+
10
  # Configure the pipeline to use the GPU if available
11
  if use_gpu:
12
  p = pipeline("automatic-speech-recognition",