Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ from nltk.tokenize import sent_tokenize
|
|
5 |
import chromadb
|
6 |
from chromadb.utils import embedding_functions
|
7 |
|
|
|
|
|
8 |
#######################################################
|
9 |
|
10 |
# Load the email dataset
|
|
|
5 |
import chromadb
|
6 |
from chromadb.utils import embedding_functions
|
7 |
|
8 |
+
import gradio as gr
|
9 |
+
|
10 |
#######################################################
|
11 |
|
12 |
# Load the email dataset
|