Spaces:
Sleeping
Sleeping
Dan Mo
Refactor application structure: implement EmojiProcessor, enhance Gradio interface, and add configuration management
cf957e4
""" | |
Configuration settings for the Emoji Mashup application. | |
""" | |
# Application configuration | |
CONFIG = { | |
"model_name": "all-mpnet-base-v2", | |
"emotion_file": "google-emoji-kitchen-emotion.txt", | |
"item_file": "google-emoji-kitchen-item.txt", | |
"emoji_kitchen_url": "https://emojik.vercel.app/s/{emoji1}_{emoji2}", | |
"default_size": 256 | |
} |