Wolowolo commited on
Commit
79e8399
·
verified ·
1 Parent(s): db668b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -645,7 +645,7 @@ def do_face_parsing(img):
645
  with gr.Blocks() as demo:
646
  gr.Markdown("# Demo of Facial Masking Strategies")
647
  gr.Markdown(
648
- "This is a demo of different facial masking strategies for MIM that are introduced in [FSFM-3C](https://fsfm-3c.github.io/)"
649
  )
650
  gr.Markdown(
651
  "- <b>Random Masking</b>: Random masking all patches."
 
645
  with gr.Blocks() as demo:
646
  gr.Markdown("# Demo of Facial Masking Strategies")
647
  gr.Markdown(
648
+ "This is a demo of different facial masking strategies that are introduced in [FSFM-3C](https://fsfm-3c.github.io/) for MIM."
649
  )
650
  gr.Markdown(
651
  "- <b>Random Masking</b>: Random masking all patches."