Spaces:
Runtime error
Runtime error
musfiqdehan
commited on
Commit
•
1edc69f
1
Parent(s):
1fdafd1
Remove theme
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def bn_postagger(src, translator, model_name, tagger):
|
|
49 |
# ]
|
50 |
# )
|
51 |
|
52 |
-
with gr.Blocks(css="styles.css", title="Home | Bangla PoS Taggers"
|
53 |
gr.HTML("<h1>Bangla PoS Taggers</h1>")
|
54 |
gr.HTML("<p>Parts of Speech (PoS) Tagging of Bangla Sentence using Bangla-English <strong>Word Alignment</strong></p>")
|
55 |
|
|
|
49 |
# ]
|
50 |
# )
|
51 |
|
52 |
+
with gr.Blocks(css="styles.css", title="Home | Bangla PoS Taggers") as demo:
|
53 |
gr.HTML("<h1>Bangla PoS Taggers</h1>")
|
54 |
gr.HTML("<p>Parts of Speech (PoS) Tagging of Bangla Sentence using Bangla-English <strong>Word Alignment</strong></p>")
|
55 |
|