Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from langchain.chains.question_answering import load_qa_chain
|
|
5 |
import os
|
6 |
import fitz
|
7 |
import re
|
|
|
8 |
|
9 |
def preprocess(text):
|
10 |
text = text.replace('\n', '')
|
|
|
5 |
import os
|
6 |
import fitz
|
7 |
import re
|
8 |
+
import gradio as gr
|
9 |
|
10 |
def preprocess(text):
|
11 |
text = text.replace('\n', '')
|