onurkeles commited on
Commit
99281a1
1 Parent(s): 93d34da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ gradio_app = gr.Interface(
15
  inputs=gr.Textbox(lines=2, placeholder="Enter a sentence here...", label="Input Sentence"),
16
  outputs=gr.Textbox(label="Tagged Sentence"),
17
  title="POS Tagging for Hamshetsnag",
18
- description="This app tags parts of speech in input sentences. Reference: Keleş, O. & Günay, B. (2024). Transfer Learning to the Rescue! Cross-Lingual Transfer for POS Tagging in an Endangered Language: Hamshetsnag. Turkey Computational Social Science 2024: Koç University, Istanbul, Turkey.
19
  )
20
 
21
  if __name__ == "__main__":
 
15
  inputs=gr.Textbox(lines=2, placeholder="Enter a sentence here...", label="Input Sentence"),
16
  outputs=gr.Textbox(label="Tagged Sentence"),
17
  title="POS Tagging for Hamshetsnag",
18
+ description="This app tags parts of speech in input sentences. Reference: Keleş, O. & Günay, B. (2024). Transfer Learning to the Rescue! Cross-Lingual Transfer for POS Tagging in an Endangered Language: Hamshetsnag. Turkey Computational Social Science 2024: Koç University, Istanbul, Turkey."
19
  )
20
 
21
  if __name__ == "__main__":