adorkin commited on
Commit
ed1aefa
·
verified ·
1 Parent(s): e88a40f

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -1
demo.py CHANGED
@@ -86,7 +86,8 @@ def process_text(text):
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
  )
 
86
 
87
  if __name__ == "__main__":
88
 
89
+ with gr.Blocks(title=) as demo:
90
+ title = title = gr.HTML("<h1>GliLem: Leveraging GliNER for Contextualized Lemmatization in Estonian</h1>")
91
  input_text = gr.Textbox(
92
  label="Text input", placeholder="Enter your text in Estonian here"
93
  )