Spaces:
Running
on
Zero
Running
on
Zero
testing with llama3
Browse files- src/pdfchatbot.py +1 -0
src/pdfchatbot.py
CHANGED
@@ -70,6 +70,7 @@ class PDFChatBot:
|
|
70 |
if not text:
|
71 |
raise gr.Error('Enter text')
|
72 |
history.append((text, ''))
|
|
|
73 |
return history
|
74 |
|
75 |
def create_prompt_template(self):
|
|
|
70 |
if not text:
|
71 |
raise gr.Error('Enter text')
|
72 |
history.append((text, ''))
|
73 |
+
self.chunk_size.interactive = False
|
74 |
return history
|
75 |
|
76 |
def create_prompt_template(self):
|