Spaces:
Runtime error
Runtime error
Update app.py
Browse filesadded ,aggregation_strategy="first"
app.py
CHANGED
@@ -7,7 +7,7 @@ from transformers import pipeline
|
|
7 |
|
8 |
import gradio as gr
|
9 |
|
10 |
-
ner_pipeline = pipeline("token-classification", model="projecte-aina/multiner_ceil")
|
11 |
|
12 |
# examples = [
|
13 |
# "Does Chicago have any stores and does Joe live here?",
|
|
|
7 |
|
8 |
import gradio as gr
|
9 |
|
10 |
+
ner_pipeline = pipeline("token-classification", model="projecte-aina/multiner_ceil",aggregation_strategy="first")
|
11 |
|
12 |
# examples = [
|
13 |
# "Does Chicago have any stores and does Joe live here?",
|