AlGe commited on
Commit
d0f20ab
·
verified ·
1 Parent(s): 3fda0f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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]: