Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
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
|