ziyadbastaili commited on
Commit
7601346
1 Parent(s): 4d518b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ model.to(device)
29
  processor = SquadV2Processor()
30
 
31
  def run_prediction(question, context_text):
 
32
  """Setup function to compute predictions"""
33
  examples = []
34
  question_texts = [question]
 
29
  processor = SquadV2Processor()
30
 
31
  def run_prediction(question, context_text):
32
+ print(question)
33
  """Setup function to compute predictions"""
34
  examples = []
35
  question_texts = [question]