ccm commited on
Commit
2cdfb26
·
verified ·
1 Parent(s): 3f9aea7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -4
main.py CHANGED
@@ -1,9 +1,8 @@
1
  import json # to work with JSON
2
- import threading # for threading
3
- import time # for better HCI
4
 
5
- import datasets # to load the dataset
6
- import faiss # to create an index
7
  import gradio # for the interface
8
  import numpy # to work with vectors
9
  import pandas # to work with pandas
 
1
  import json # to work with JSON
2
+ import threading # to allow streaming response
3
+ import time # to pave the deliver of the message
4
 
5
+ import faiss # to create a search index
 
6
  import gradio # for the interface
7
  import numpy # to work with vectors
8
  import pandas # to work with pandas