Spaces:
Runtime error
Runtime error
Update components/CodriaoCore.py
Browse files
components/CodriaoCore.py
CHANGED
|
@@ -4,7 +4,7 @@ import json
|
|
| 4 |
import logging
|
| 5 |
import torch
|
| 6 |
import faiss
|
| 7 |
-
import numpy
|
| 8 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 9 |
from typing import List, Dict, Any
|
| 10 |
from cryptography.fernet import Fernet
|
|
|
|
| 4 |
import logging
|
| 5 |
import torch
|
| 6 |
import faiss
|
| 7 |
+
import numpy
|
| 8 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 9 |
from typing import List, Dict, Any
|
| 10 |
from cryptography.fernet import Fernet
|