Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Multi-Model Indian Address NER Demo
|
| 2 |
|
| 3 |
This is a Gradio-based demo that allows you to compare three different Indian Address NER models:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Multi-Model Indian Address NER
|
| 3 |
+
emoji: 🏠
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.0.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Multi-Model Indian Address NER Demo
|
| 13 |
|
| 14 |
This is a Gradio-based demo that allows you to compare three different Indian Address NER models:
|