Huiwenshi commited on
Commit
1c17889
1 Parent(s): 33e65e0

Upload app_hg.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app_hg.py +3 -1
app_hg.py CHANGED
@@ -94,7 +94,9 @@ except Exception as err:
94
  print(err)
95
  print("import baking related files fail, running without baking")
96
  BAKE_AVAILEBLE = False
97
-
 
 
98
  ################################################################
99
  # initial setting
100
  ################################################################
 
94
  print(err)
95
  print("import baking related files fail, running without baking")
96
  BAKE_AVAILEBLE = False
97
+
98
+ from glob import glob
99
+ print(glob("/usr/local/cuda/*"))
100
  ################################################################
101
  # initial setting
102
  ################################################################