Spaces:
Runtime error
Runtime error
added the link to the training notebook
Browse files
app.py
CHANGED
@@ -41,8 +41,10 @@ examples = [
|
|
41 |
"My name is Sylvain and I work at Hugging Face in Brooklyn."
|
42 |
]
|
43 |
|
|
|
44 |
article = '''
|
45 |
# How to use this interface
|
|
|
46 |
Using the interface is very easy, just type some text that and the model will give the names of entities in one of these categories:
|
47 |
|
48 |
- **org** : organization
|
|
|
41 |
"My name is Sylvain and I work at Hugging Face in Brooklyn."
|
42 |
]
|
43 |
|
44 |
+
|
45 |
article = '''
|
46 |
# How to use this interface
|
47 |
+
Here's the [notebook](https: // colab.research.google.com/drive/1xAsW1YNC38NEHXn0XMZVL_W-VPNYD-TO?usp = sharing) used to train the model used in this app.
|
48 |
Using the interface is very easy, just type some text that and the model will give the names of entities in one of these categories:
|
49 |
|
50 |
- **org** : organization
|