arjunanand13 commited on
Commit
b8c50ab
·
verified ·
1 Parent(s): 122b45d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import json
14
  import gradio as gr
15
  import re
16
  from threading import Thread
17
-
18
  class MultiAgentRAG:
19
  def __init__(self, embedding_model_name, lm_model_id, data_folder):
20
  self.all_splits = self.load_documents(data_folder)
 
14
  import gradio as gr
15
  import re
16
  from threading import Thread
17
+
18
  class MultiAgentRAG:
19
  def __init__(self, embedding_model_name, lm_model_id, data_folder):
20
  self.all_splits = self.load_documents(data_folder)