1inkusFace commited on
Commit
425dbae
·
verified ·
1 Parent(s): 407dfaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -22,11 +22,10 @@ from PIL import Image
22
  import datetime
23
  import gc
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
32
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
 
22
  import datetime
23
  import gc
24
 
25
+ FTP_HOST = 'noahcohn.com'
26
+ FTP_USER = 'ford442'
27
  FTP_PASS = os.getenv("FTP_PASS")
28
+ FTP_DIR = 'img.noahcohn.com/stablediff/'
 
29
 
30
  torch.backends.cuda.matmul.allow_tf32 = False
31
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False