1inkusFace commited on
Commit
a6433a8
·
verified ·
1 Parent(s): 8f76135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ from huggingface_hub import hf_hub_download
26
  FTP_HOST = '1ink.us'
27
  FTP_USER = 'ford442'
28
  FTP_PASS = os.getenv("FTP_PASS")
29
- FTP_DIR = '1ink.us/stable_diff'
30
 
31
  torch.backends.cuda.matmul.allow_tf32 = False
32
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
 
26
  FTP_HOST = '1ink.us'
27
  FTP_USER = 'ford442'
28
  FTP_PASS = os.getenv("FTP_PASS")
29
+ FTP_DIR = '1ink.us/stable_diff/'
30
 
31
  torch.backends.cuda.matmul.allow_tf32 = False
32
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False