Shredder commited on
Commit
3bd74e1
1 Parent(s): 3e7f51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +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
  def load_questions():
9
  questions = []
10
  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
+ #temp
9
  def load_questions():
10
  questions = []
11
  with open('questionshort.txt') as f: