Spaces:
Runtime error
Runtime error
OS pip install before it runs
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from __future__ import annotations
|
2 |
-
|
|
|
3 |
import math
|
4 |
import random
|
5 |
|
|
|
1 |
from __future__ import annotations
|
2 |
+
import os
|
3 |
+
os.system("pip install git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers && git+https://github.com/alvanli/RDM-Region-Aware-Diffusion-Model.git@main#egg=guided_diffusion")
|
4 |
import math
|
5 |
import random
|
6 |
|