AlGe commited on
Commit
7bec4e4
·
verified ·
1 Parent(s): ee2b36f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def generate_charts(ner_output_bin: dict) -> Tuple[go.Figure, np.ndarray]:
109
 
110
  def generate_wordcloud(entities: List[Dict], color_map: Dict[str, str], image_path: str) -> np.ndarray:
111
 
112
- image_path = os.path.join(os.path.dirname(__file__), image_filename)
113
 
114
  token_texts = []
115
  token_scores = []
 
109
 
110
  def generate_wordcloud(entities: List[Dict], color_map: Dict[str, str], image_path: str) -> np.ndarray:
111
 
112
+ image_path = os.path.join(os.path.dirname(__file__), image_path)
113
 
114
  token_texts = []
115
  token_scores = []