Update app.py
Browse files
app.py
CHANGED
@@ -643,7 +643,10 @@ def do_face_parsing(img):
|
|
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 |
)
|
|
|
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 |
+
|
648 |
+
gr.HTML("<h1 style='text-align: center;'>π§β Visualization Demo of Facial Masking Strategies</h1>")
|
649 |
+
|
650 |
gr.Markdown(
|
651 |
"This is a demo of visualizing different facial masking strategies that are introduced in [FSFM-3C](https://fsfm-3c.github.io/) for MIM."
|
652 |
)
|