Spaces:
Runtime error
Runtime error
Update modules/secure_memory_loader.py
Browse files
modules/secure_memory_loader.py
CHANGED
@@ -6,7 +6,7 @@ import atexit
|
|
6 |
|
7 |
|
8 |
# Your memory session code as a string
|
9 |
-
|
10 |
from cryptography.fernet import Fernet
|
11 |
import numpy
|
12 |
import base64
|
|
|
6 |
|
7 |
|
8 |
# Your memory session code as a string
|
9 |
+
memory_isolation_module = """
|
10 |
from cryptography.fernet import Fernet
|
11 |
import numpy
|
12 |
import base64
|