alvanlii commited on
Commit
a36d319
1 Parent(s): 911e329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ from __future__ import annotations
2
  import os
3
  os.system("pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers")
4
  os.system("pip install -e git+https://github.com/alvanli/RDM-Region-Aware-Diffusion-Model.git@main#egg=guided_diffusion")
 
 
5
  import math
6
  import random
7
 
 
2
  import os
3
  os.system("pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers")
4
  os.system("pip install -e git+https://github.com/alvanli/RDM-Region-Aware-Diffusion-Model.git@main#egg=guided_diffusion")
5
+ os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "False"
6
+
7
  import math
8
  import random
9