adorkin commited on
Commit
e88a40f
·
verified ·
1 Parent(s): 1888135
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -86,7 +86,7 @@ def process_text(text):
86
 
87
  if __name__ == "__main__":
88
 
89
- with gr.Blocks() as demo:
90
  input_text = gr.Textbox(
91
  label="Text input", placeholder="Enter your text in Estonian here"
92
  )
 
86
 
87
  if __name__ == "__main__":
88
 
89
+ with gr.Blocks(title="GliLem: Leveraging GliNER for Contextualized Lemmatization in Estonian") as demo:
90
  input_text = gr.Textbox(
91
  label="Text input", placeholder="Enter your text in Estonian here"
92
  )