akdeniz27 commited on
Commit
8961cd3
·
1 Parent(s): 1b711d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def entity_comb(output):
74
 
75
  Run_Button = st.button("Run", key=None)
76
 
77
- if Run_Button and input_text) != "":
78
 
79
  ner_pipeline = setModel(model_checkpoint, aggregation)
80
  output = ner_pipeline(input_text)
 
74
 
75
  Run_Button = st.button("Run", key=None)
76
 
77
+ if Run_Button and input_text != "":
78
 
79
  ner_pipeline = setModel(model_checkpoint, aggregation)
80
  output = ner_pipeline(input_text)