Spaces:
Runtime error
Runtime error
Delete description.py
Browse files- description.py +0 -17
description.py
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
"""
|
2 |
-
File: description.py
|
3 |
-
Author: Elena Ryumina and Dmitry Ryumin
|
4 |
-
Description: Project description for the Gradio app.
|
5 |
-
License: MIT License
|
6 |
-
"""
|
7 |
-
|
8 |
-
# Importing necessary components for the Gradio app
|
9 |
-
from config import config_data
|
10 |
-
|
11 |
-
DESCRIPTION_STATIC = f"""\
|
12 |
-
# Static Facial Expression Recognition from ElenaRyumina/Facial_Expression_Recognition
|
13 |
-
"""
|
14 |
-
|
15 |
-
DESCRIPTION_DYNAMIC = f"""\
|
16 |
-
# Dynamic Facial Expression Recognition from ElenaRyumina/Facial_Expression_Recognition
|
17 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|