Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,8 @@ import gc
|
|
| 24 |
|
| 25 |
FTP_HOST = "1ink.us"
|
| 26 |
FTP_USER = "ford442"
|
| 27 |
-
FTP_PASS = "
|
|
|
|
| 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
|