Update app.py
Browse files
app.py
CHANGED
@@ -648,7 +648,7 @@ with gr.Blocks() as demo:
|
|
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 |
)
|
653 |
gr.Markdown(
|
654 |
"- <b>Random Masking</b>: Random masking all patches."
|
|
|
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 facial masked image modeling (MIM)."
|
652 |
)
|
653 |
gr.Markdown(
|
654 |
"- <b>Random Masking</b>: Random masking all patches."
|