Update demo.py
Browse files
demo.py
CHANGED
@@ -86,7 +86,7 @@ def process_text(text):
|
|
86 |
|
87 |
if __name__ == "__main__":
|
88 |
|
89 |
-
with gr.Blocks(
|
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"
|