barbaroo commited on
Commit
882143b
·
verified ·
1 Parent(s): d9a4d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +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:
 
6
 
7
  # Check if GPU is available
8
  use_gpu = torch.cuda.is_available()
9
+
10
 
11
  # Configure the pipeline to use the GPU if available
12
  if use_gpu: