king007 commited on
Commit
edcdda8
1 Parent(s): d916124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -150,6 +150,8 @@ colors = ["#64A087", "green", "black"]
150
 
151
 
152
  def process_question(question, document, model=list(CHECKPOINTS.keys())[0]):
 
 
153
  if not question or document is None:
154
  return None, None, None
155
 
 
150
 
151
 
152
  def process_question(question, document, model=list(CHECKPOINTS.keys())[0]):
153
+ print("======")
154
+ print(document)
155
  if not question or document is None:
156
  return None, None, None
157