Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ import importlib.util
|
|
| 18 |
import sys
|
| 19 |
|
| 20 |
# Ziel-Modul: Das gepatchte Core-File
|
| 21 |
-
CORE_MODULE_NAME = "
|
| 22 |
file_path = os.path.join(os.path.dirname(__file__), f"{CORE_MODULE_NAME}.py")
|
| 23 |
|
| 24 |
if not os.path.exists(file_path):
|
|
|
|
| 18 |
import sys
|
| 19 |
|
| 20 |
# Ziel-Modul: Das gepatchte Core-File
|
| 21 |
+
CORE_MODULE_NAME = "1014ecca4_scimind2_core"
|
| 22 |
file_path = os.path.join(os.path.dirname(__file__), f"{CORE_MODULE_NAME}.py")
|
| 23 |
|
| 24 |
if not os.path.exists(file_path):
|