crodri commited on
Commit
db34f52
·
1 Parent(s): eee28ed

Update app.py

Browse files

added ,aggregation_strategy="first"

Files changed (1) hide show
  1. app.py +1 -1
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?",