Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|