yerang commited on
Commit
ff68179
·
verified ·
1 Parent(s): e8dccc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def greet(n):
37
  print("PATH:", os.environ['PATH'])
38
  print("LD_LIBRARY_PATH:", os.environ['LD_LIBRARY_PATH'])
39
 
40
- from stf_utils import STFPipeline
41
 
42
 
43
 
@@ -55,6 +55,8 @@ def greet(n):
55
  url = f"https://drive.google.com/uc?id={file_id}"
56
  gdown.download(url, '/tmp/stf/TEMP/0157.pth', quiet=False)
57
 
 
 
58
 
59
 
60
 
 
37
  print("PATH:", os.environ['PATH'])
38
  print("LD_LIBRARY_PATH:", os.environ['LD_LIBRARY_PATH'])
39
 
40
+
41
 
42
 
43
 
 
55
  url = f"https://drive.google.com/uc?id={file_id}"
56
  gdown.download(url, '/tmp/stf/TEMP/0157.pth', quiet=False)
57
 
58
+ from stf_utils import STFPipeline
59
+
60
 
61
 
62