Shredder commited on
Commit
b4079f4
1 Parent(s): 2d6c996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from sus_fls import get_sustainability,fls
5
  from Cuad_others import quad,summarize_text,fin_ner
6
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
7
 
8
- #temp
9
  def load_questions():
10
  questions = []
11
  with open('questionshort.txt') as f:
 
5
  from Cuad_others import quad,summarize_text,fin_ner
6
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
7
 
8
+
9
  def load_questions():
10
  questions = []
11
  with open('questionshort.txt') as f: