File size: 377 Bytes
d1b31ce
 
 
 
 
 
 
 
 
 
c0f6432
6be1573
039ecea
c0f6432
 
 
 
039ecea
d1b31ce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"""
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"""\
# Static Facial Expression Recognition

"""

DESCRIPTION_DYNAMIC = f"""\
# Dynamic Facial Expression Recognition

"""