stivenDR14
commited on
Commit
·
74a34ba
1
Parent(s):
f26fb75
update without notations in gradio file
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ class PDFProcessorUI:
|
|
76 |
|
77 |
def create_ui(self):
|
78 |
with gr.Blocks() as demo:
|
79 |
-
vectorstore = None
|
80 |
title = gr.Markdown(TRANSLATIONS[self.current_language]["title"])
|
81 |
|
82 |
with gr.Row():
|
|
|
76 |
|
77 |
def create_ui(self):
|
78 |
with gr.Blocks() as demo:
|
79 |
+
vectorstore = gr.State(None)
|
80 |
title = gr.Markdown(TRANSLATIONS[self.current_language]["title"])
|
81 |
|
82 |
with gr.Row():
|