Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|