Update app.py
Browse files
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:
|