Spaces:
Runtime error
Runtime error
ruanchaves
commited on
Commit
•
47979d5
1
Parent(s):
60d9f98
update url
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
3 |
import torch
|
4 |
from collections import Counter
|
5 |
|
6 |
-
article_string = "Author: <a href=\"https://huggingface.co/ruanchaves\">Ruan Chaves Rodrigues</a>. Read more about our <a href=\"https://github.com/ruanchaves/
|
7 |
|
8 |
app_title = "Text simplification (Simplificação Textual)"
|
9 |
|
|
|
3 |
import torch
|
4 |
from collections import Counter
|
5 |
|
6 |
+
article_string = "Author: <a href=\"https://huggingface.co/ruanchaves\">Ruan Chaves Rodrigues</a>. Read more about our <a href=\"https://github.com/ruanchaves/eplm\">research on the evaluation of Portuguese language models</a>."
|
7 |
|
8 |
app_title = "Text simplification (Simplificação Textual)"
|
9 |
|