Spaces:
Sleeping
Sleeping
doantrang982@uni.minerva.edu
commited on
Commit
·
c39e07e
1
Parent(s):
cab9ec1
test change
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from collections import defaultdict
|
|
10 |
import re
|
11 |
import mwparserfromhell
|
12 |
from transformers import pipeline
|
13 |
-
from
|
14 |
|
15 |
# def tag_visible(element):
|
16 |
# if element.parent.name in ['style', 'script', 'head', 'title', 'meta', '[document]']:
|
|
|
10 |
import re
|
11 |
import mwparserfromhell
|
12 |
from transformers import pipeline
|
13 |
+
from source_eval_model import check_source_quality
|
14 |
|
15 |
# def tag_visible(element):
|
16 |
# if element.parent.name in ['style', 'script', 'head', 'title', 'meta', '[document]']:
|