Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification, Auto
|
|
22 |
import matplotlib.pyplot as plt
|
23 |
import plotly.graph_objects as go
|
24 |
from wordcloud import WordCloud
|
|
|
25 |
|
26 |
|
27 |
def hex_to_rgb(hex_color: str) -> tuple[int, int, int]:
|
|
|
22 |
import matplotlib.pyplot as plt
|
23 |
import plotly.graph_objects as go
|
24 |
from wordcloud import WordCloud
|
25 |
+
from PIL import Image
|
26 |
|
27 |
|
28 |
def hex_to_rgb(hex_color: str) -> tuple[int, int, int]:
|