Jeffgold commited on
Commit
60ff4c4
1 Parent(s): 84698f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with open("emojis.json") as f:
13
  emojis = json.load(f)["emojis"]
14
 
15
  # Directory where emoji PNGs are stored
16
- emoji_dir = "png-borders"
17
 
18
  def preprocess_image(image):
19
  # Ensure the image is square by padding it
 
13
  emojis = json.load(f)["emojis"]
14
 
15
  # Directory where emoji PNGs are stored
16
+ emoji_dir = "emoji_pngs"
17
 
18
  def preprocess_image(image):
19
  # Ensure the image is square by padding it