Commit
Β·
ec38af3
1
Parent(s):
dcb3592
111
Browse files- app.py +1 -1
- app/description.py +1 -1
app.py
CHANGED
|
@@ -43,7 +43,7 @@ with gr.Blocks(css="app.css") as demo:
|
|
| 43 |
value="ζΈ
ι€", interactive=True, scale=1
|
| 44 |
)
|
| 45 |
submit_dynamic = gr.Button(
|
| 46 |
-
value="", interactive=True, scale=1, elem_classes="submit"
|
| 47 |
)
|
| 48 |
with gr.Column(scale=2, elem_classes="dl4"):
|
| 49 |
with gr.Row():
|
|
|
|
| 43 |
value="ζΈ
ι€", interactive=True, scale=1
|
| 44 |
)
|
| 45 |
submit_dynamic = gr.Button(
|
| 46 |
+
value="ζδΊ€", interactive=True, scale=1, elem_classes="submit"
|
| 47 |
)
|
| 48 |
with gr.Column(scale=2, elem_classes="dl4"):
|
| 49 |
with gr.Row():
|
app/description.py
CHANGED
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
| 9 |
from app.config import config_data
|
| 10 |
|
| 11 |
DESCRIPTION_STATIC = f"""\
|
| 12 |
-
# Static
|
| 13 |
<div class="app-flex-container">
|
| 14 |
<img src="https://img.shields.io/badge/version-v{config_data.APP_VERSION}-rc0" alt="Version">
|
| 15 |
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition&countColor=%23263759&style=flat" /></a>
|
|
|
|
| 9 |
from app.config import config_data
|
| 10 |
|
| 11 |
DESCRIPTION_STATIC = f"""\
|
| 12 |
+
# Static ι’ι¨θ‘¨ζ
εζ
|
| 13 |
<div class="app-flex-container">
|
| 14 |
<img src="https://img.shields.io/badge/version-v{config_data.APP_VERSION}-rc0" alt="Version">
|
| 15 |
<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FElenaRyumina%2FFacial_Expression_Recognition&countColor=%23263759&style=flat" /></a>
|