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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -660,7 +660,7 @@ with gr.Blocks() as demo:
660
  "- <b>CRFR-R</b>: (1) Covering a Random Facial Region followed by (2) Random masking other patche."
661
  )
662
  gr.Markdown(
663
- "- <b>CRFR-P (_suggested in FSFM-3C_)</b>: (1) Covering a Random Facial Region followed by (2) Proportional masking masking other regions."
664
  )
665
 
666
  with gr.Column():
 
660
  "- <b>CRFR-R</b>: (1) Covering a Random Facial Region followed by (2) Random masking other patche."
661
  )
662
  gr.Markdown(
663
+ "- <b>CRFR-P _(suggested in FSFM-3C)_</b>: (1) Covering a Random Facial Region followed by (2) Proportional masking masking other regions."
664
  )
665
 
666
  with gr.Column():