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

Update demo.py

Browse files
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(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"
 
86
 
87
  if __name__ == "__main__":
88
 
89
+ with gr.Blocks() 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"