Prajith04 commited on
Commit
740a7fb
·
1 Parent(s): 75baf07
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- mport gradio as gr
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