Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,8 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
| 36 |
from diffusers import ShapEImg2ImgPipeline, ShapEPipeline
|
| 37 |
from diffusers.utils import export_to_ply
|
| 38 |
|
|
|
|
|
|
|
| 39 |
# Global constants and helper functions
|
| 40 |
|
| 41 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
|
| 36 |
from diffusers import ShapEImg2ImgPipeline, ShapEPipeline
|
| 37 |
from diffusers.utils import export_to_ply
|
| 38 |
|
| 39 |
+
os.system('pip install backoff')
|
| 40 |
+
|
| 41 |
# Global constants and helper functions
|
| 42 |
|
| 43 |
MAX_SEED = np.iinfo(np.int32).max
|