Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,9 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
from huggingface_hub import InferenceClient
|
| 3 |
-
import huggingface_hub
|
| 4 |
-
import numpy as np
|
| 5 |
-
from sentence_transformers import SentenceTransformer
|
| 6 |
-
import torch
|
| 7 |
|
| 8 |
with open("knowledge.txt", "r", encoding="utf-8") as file:
|
| 9 |
knowledge_base = file.read()
|
|
|
|
| 1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
with open("knowledge.txt", "r", encoding="utf-8") as file:
|
| 4 |
knowledge_base = file.read()
|