Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def generate_charts(ner_output_ext: dict) -> Tuple[go.Figure, np.ndarray]:
|
|
107 |
# Generate word cloud
|
108 |
wordcloud_image = generate_wordcloud(ner_output_ext['entities'], ext_color_map, "dh3.png")
|
109 |
|
110 |
-
return
|
111 |
|
112 |
def generate_wordcloud(entities: List[Dict], color_map: Dict[str, str], file_path: str) -> np.ndarray:
|
113 |
# Construct the absolute path
|
|
|
107 |
# Generate word cloud
|
108 |
wordcloud_image = generate_wordcloud(ner_output_ext['entities'], ext_color_map, "dh3.png")
|
109 |
|
110 |
+
return fig1, wordcloud_image
|
111 |
|
112 |
def generate_wordcloud(entities: List[Dict], color_map: Dict[str, str], file_path: str) -> np.ndarray:
|
113 |
# Construct the absolute path
|