Spaces:
Sleeping
Sleeping
Patrik Stano
commited on
Commit
·
01a097a
1
Parent(s):
124f6de
fix examples
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ interface = gr.Interface(
|
|
32 |
title="Anaphora resolution demo",
|
33 |
description="""Enter text into the \"Input Text\" box, include <ana> </ana> tags around the anaphora
|
34 |
which is to be resolved. The model generates a copy of the text with <ant> </ant> tags marking the
|
35 |
-
predicted antecedent. This demo uses the model based on the mT5 base size model""",
|
36 |
theme="default",
|
37 |
examples=examples
|
38 |
)
|
|
|
32 |
title="Anaphora resolution demo",
|
33 |
description="""Enter text into the \"Input Text\" box, include <ana> </ana> tags around the anaphora
|
34 |
which is to be resolved. The model generates a copy of the text with <ant> </ant> tags marking the
|
35 |
+
predicted antecedent. This demo uses the model based on the mT5 base size model.""",
|
36 |
theme="default",
|
37 |
examples=examples
|
38 |
)
|