Update app.py
Browse files
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 (
|
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():
|