AlGe commited on
Commit
591662d
·
verified ·
1 Parent(s): 2ed08ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +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]:
28
  hex_color = hex_color.lstrip('#')
 
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
  def hex_to_rgb(hex_color: str) -> tuple[int, int, int]:
28
  hex_color = hex_color.lstrip('#')