Spaces:
Sleeping
Sleeping
Update init.py
Browse files
init.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
# init.py
|
| 2 |
import numpy as np
|
| 3 |
np.core.multiarray # Ensure numpy's C API is loaded
|
| 4 |
-
np._import_array() # Force initialization of numpy's C API
|
|
|
|
| 1 |
# init.py
|
| 2 |
import numpy as np
|
| 3 |
np.core.multiarray # Ensure numpy's C API is loaded
|
| 4 |
+
#np._import_array() # Force initialization of numpy's C API
|