Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,8 @@ title = 'Know about Parts of Speech (POS) Tags'
|
|
70 |
examples = [
|
71 |
["We are very happy to show you the π€ Transformers library."],
|
72 |
["I am happy with the performance of Indian Hockey team"],
|
73 |
-
["Pizza was not at all hot and restaurant was having the pathetic service"]
|
|
|
74 |
]
|
75 |
POS_demo = gr.Interface(fn=get_POS, inputs = 'text',outputs=['text'],title = title,description = 'Get POS tags',examples = examples)
|
76 |
#POS_demo.launch(debug=True)
|
|
|
70 |
examples = [
|
71 |
["We are very happy to show you the π€ Transformers library."],
|
72 |
["I am happy with the performance of Indian Hockey team"],
|
73 |
+
["Pizza was not at all hot and restaurant was having the pathetic service"],
|
74 |
+
["Scientist Dr. Evangeline Starlight of Technopolish announced a breakthrough in quantum computing at Nova University. Mayor Orion Pulsor commended her. The discovery will be shared at the Galactic Quantum Computing Symposium in Cosmos"]
|
75 |
]
|
76 |
POS_demo = gr.Interface(fn=get_POS, inputs = 'text',outputs=['text'],title = title,description = 'Get POS tags',examples = examples)
|
77 |
#POS_demo.launch(debug=True)
|