prithivMLmods commited on
Commit
e680658
·
verified ·
1 Parent(s): 563a556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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