""" File: description.py Author: Elena Ryumina and Dmitry Ryumin Description: Project description for the Gradio app. License: MIT License """ # Importing necessary components for the Gradio app from app.config import config_data DESCRIPTION_STATIC = f"""\ # 静态图片表情分析
Version
""" DESCRIPTION_DYNAMIC = f"""\ # 动态表情分析
Version
"""