Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ iface = gr.Interface(get_ner,
|
|
46 |
examples=['નડિયાદમાં જન્મેલા સરદાર વલ્લભભાઈ પટેલ ભારતીય બંધારણસભાના સભ્ય હતા.'], title='Gujarati-BERT-NER',
|
47 |
article='Gujarati-BERT-NER is a fine-tuned Named Entity Recognition (NER) model for the Gujarati language based on the GujaratiBERT model. It has been trained on the Naamapadam dataset.')
|
48 |
|
49 |
-
iface.launch(
|
|
|
46 |
examples=['નડિયાદમાં જન્મેલા સરદાર વલ્લભભાઈ પટેલ ભારતીય બંધારણસભાના સભ્ય હતા.'], title='Gujarati-BERT-NER',
|
47 |
article='Gujarati-BERT-NER is a fine-tuned Named Entity Recognition (NER) model for the Gujarati language based on the GujaratiBERT model. It has been trained on the Naamapadam dataset.')
|
48 |
|
49 |
+
iface.launch()
|