Aishu-7 commited on
Commit
2b53138
·
verified ·
1 Parent(s): 24ad490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,8 +1,4 @@
1
- from sentence_transformers import SentenceTransformer
2
- import gradio as gr
3
- from huggingface_hub import InferenceClient
4
- import numpy as np
5
- import torch
6
 
7
  with open("knowledge.txt", "r", encoding="utf-8") as file:
8
  knowledge_base = file.read()
 
1
+
 
 
 
 
2
 
3
  with open("knowledge.txt", "r", encoding="utf-8") as file:
4
  knowledge_base = file.read()