Spaces:
Running
Running
modify
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
from gliner import GLiNER
|
3 |
from langchain_community.vectorstores import Qdrant
|
4 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|
|
|
1 |
+
import gradio as gr
|
2 |
from gliner import GLiNER
|
3 |
from langchain_community.vectorstores import Qdrant
|
4 |
from langchain_community.embeddings import HuggingFaceEmbeddings
|