David Krajewski commited on
Commit
beb44b9
·
1 Parent(s): 984e1f6

try other path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -655,7 +655,7 @@ with gr.Blocks() as demo:
655
 
656
  import os
657
 
658
- folder_path = "/usr/local/lib/python3.10/site-packages/nvidia/cudnn/lib"
659
  if os.path.exists(folder_path) and os.path.isdir(folder_path):
660
  print(f"Contents of the folder '{folder_path}':")
661
  for item in os.listdir(folder_path):
 
655
 
656
  import os
657
 
658
+ folder_path = "/usr/local/cuda-11.7/lib64"
659
  if os.path.exists(folder_path) and os.path.isdir(folder_path):
660
  print(f"Contents of the folder '{folder_path}':")
661
  for item in os.listdir(folder_path):