Spaces:
Runtime error
Runtime error
""" | |
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 config import config_data | |
DESCRIPTION_STATIC = f"""\ | |
# Static Facial Expression Recognition from ElenaRyumina/Facial_Expression_Recognition | |
""" | |
DESCRIPTION_DYNAMIC = f"""\ | |
# Dynamic Facial Expression Recognition from ElenaRyumina/Facial_Expression_Recognition | |
""" | |