Spaces:
Running
Running
David Krajewski
commited on
Commit
·
beb44b9
1
Parent(s):
984e1f6
try other path
Browse files
app.py
CHANGED
@@ -655,7 +655,7 @@ with gr.Blocks() as demo:
|
|
655 |
|
656 |
import os
|
657 |
|
658 |
-
folder_path = "/usr/local/
|
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):
|