Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
import json # to work with JSON
|
2 |
-
import threading #
|
3 |
-
import time #
|
4 |
|
5 |
-
import
|
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
|