All_a_bit_emotional / app /description.py
LittleMonkeyLab's picture
Update app/description.py
bf17cdc verified
raw
history blame contribute delete
363 Bytes
"""
File: description.py
Author: Dr. Gordon Wright
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"""\
# Static Facial Expression Recognition
"""
DESCRIPTION_DYNAMIC = f"""\
# Dynamic Facial Expression Recognition
"""