Spaces:
Runtime error
Runtime error
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +1 -1
AICoreAGIX_with_TB.py
CHANGED
@@ -9,7 +9,7 @@ from typing import List, Dict, Any
|
|
9 |
from cryptography.fernet import Fernet
|
10 |
from jwt import encode, decode, ExpiredSignatureError
|
11 |
from datetime import datetime, timedelta
|
12 |
-
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|
|
|
9 |
from cryptography.fernet import Fernet
|
10 |
from jwt import encode, decode, ExpiredSignatureError
|
11 |
from datetime import datetime, timedelta
|
12 |
+
#blockchain_module
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|