unijoh commited on
Commit
ceeb94f
·
verified ·
1 Parent(s): ac86473

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Sentence"),
113
- outputs=gr.Textbox(lines=12, label="Token\\tTag"),
114
- title="Faroese POS Tagger (Demo)"
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__":