ford442 commited on
Commit
7cf2ae3
·
verified ·
1 Parent(s): 75792a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ import gc
24
 
25
  FTP_HOST = "1ink.us"
26
  FTP_USER = "ford442"
27
- FTP_PASS = "GoogleBez12!"
 
28
  FTP_DIR = "1ink.us/stable_diff/" # Remote directory on FTP server
29
 
30
  torch.backends.cuda.matmul.allow_tf32 = False
 
24
 
25
  FTP_HOST = "1ink.us"
26
  FTP_USER = "ford442"
27
+ FTP_PASS = os.getenv("FTP_PASS")
28
+
29
  FTP_DIR = "1ink.us/stable_diff/" # Remote directory on FTP server
30
 
31
  torch.backends.cuda.matmul.allow_tf32 = False