wannaphong
commited on
Commit
•
0024ab7
1
Parent(s):
20ed4d2
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from fastcoref import FCoref
|
|
8 |
model = FCoref("pythainlp/han-coref-v1.0")
|
9 |
nlp = spacy.blank("th")
|
10 |
|
11 |
-
default = "
|
12 |
|
13 |
def corefer(text):
|
14 |
preds = model.predict(texts=[text])
|
|
|
8 |
model = FCoref("pythainlp/han-coref-v1.0")
|
9 |
nlp = spacy.blank("th")
|
10 |
|
11 |
+
default = "แกว่าเราเข้มแข็งมากพอที่จะเห็นแกไปน่ารักกับใครหรอ"
|
12 |
|
13 |
def corefer(text):
|
14 |
preds = model.predict(texts=[text])
|