prithivMLmods commited on
Commit
069b3ac
·
verified ·
1 Parent(s): a00d1b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -38,6 +38,8 @@ from diffusers.utils import export_to_ply
38
  # Additional import for Phi-4 multimodality (audio support)
39
  import soundfile as sf
40
 
 
 
41
  # Global constants and helper functions
42
 
43
  MAX_SEED = np.iinfo(np.int32).max
 
38
  # Additional import for Phi-4 multimodality (audio support)
39
  import soundfile as sf
40
 
41
+
42
+ os.system('pip install backoff')
43
  # Global constants and helper functions
44
 
45
  MAX_SEED = np.iinfo(np.int32).max