Update app.py
Browse files
app.py
CHANGED
@@ -643,7 +643,7 @@ def do_face_parsing(img):
|
|
643 |
|
644 |
# WebUI
|
645 |
with gr.Blocks() as demo:
|
646 |
-
gr.Markdown("
|
647 |
gr.Markdown(
|
648 |
"This is a demo of visualizing different facial masking strategies that are introduced in [FSFM-3C](https://fsfm-3c.github.io/) for MIM."
|
649 |
)
|
|
|
643 |
|
644 |
# WebUI
|
645 |
with gr.Blocks() as demo:
|
646 |
+
gr.Markdown("<h1 style='text-align: center;'>🧑 Visualization Demo of Facial Masking Strategies</h1>")
|
647 |
gr.Markdown(
|
648 |
"This is a demo of visualizing different facial masking strategies that are introduced in [FSFM-3C](https://fsfm-3c.github.io/) for MIM."
|
649 |
)
|