Update app.py
Browse files
app.py
CHANGED
|
@@ -109,9 +109,9 @@ def tag_sentence(sentence: str):
|
|
| 109 |
|
| 110 |
demo = gr.Interface(
|
| 111 |
fn=tag_sentence,
|
| 112 |
-
inputs=gr.Textbox(lines=2, label="
|
| 113 |
-
outputs=gr.Textbox(lines=12, label="
|
| 114 |
-
title="
|
| 115 |
)
|
| 116 |
|
| 117 |
if __name__ == "__main__":
|
|
|
|
| 109 |
|
| 110 |
demo = gr.Interface(
|
| 111 |
fn=tag_sentence,
|
| 112 |
+
inputs=gr.Textbox(lines=2, label="Setningur"),
|
| 113 |
+
outputs=gr.Textbox(lines=12, label="Orð\\tMark"),
|
| 114 |
+
title="BRAGD-markarin"
|
| 115 |
)
|
| 116 |
|
| 117 |
if __name__ == "__main__":
|