PeiqingYang commited on
Commit
f049523
Β·
1 Parent(s): dddb137
Files changed (1) hide show
  1. hugging_face/app.py +3 -3
hugging_face/app.py CHANGED
@@ -445,7 +445,8 @@ description = r"""
445
  πŸ”₯ MatAnyone is a practical human video matting framework supporting target assignment 🎯.<br>
446
  πŸŽͺ Try to drop your video/image, assign the target masks with a few clicks, and get the the matting results 🀑!<br>
447
 
448
- *Note: Due to the GPU memory constraints, any input with too big resolution will be resized to 1080p.*
 
449
  """
450
  article = r"""
451
  <b>If MatAnyone is helpful, please help to 🌟 the <a href='https://github.com/pq-yang/MatAnyone' target='_blank'>Github Repo</a>. Thanks!</b>
@@ -474,7 +475,7 @@ If you have any questions, please feel free to reach me out at <b>peiqingyang99@
474
  <br>
475
  πŸ‘ **Acknowledgement**
476
  <br>
477
- This project is built upon [Cutie](https://github.com/hkchengrex/Cutie), with the interactive demo adapted from [ProPainter](https://huggingface.co/spaces/sczhou/ProPainter), leveraging segmentation capabilities from [Segment Anything](https://github.com/facebookresearch/segment-anything). Thanks for their awesome works!
478
  """
479
 
480
  my_custom_css = """
@@ -529,7 +530,6 @@ body {
529
  text-align: center;
530
  padding: 0;
531
  margin: 0;
532
- background: white;
533
  height: 5vh;
534
  width: 80vw;
535
  font-family: "Sarpanch", sans-serif;
 
445
  πŸ”₯ MatAnyone is a practical human video matting framework supporting target assignment 🎯.<br>
446
  πŸŽͺ Try to drop your video/image, assign the target masks with a few clicks, and get the the matting results 🀑!<br>
447
 
448
+ *Note: Due to the online GPU memory constraints, any input with too big resolution will be resized to 1080p.<br>
449
+ πŸš€ If you wish to run MatAnyone on higher resolution inputs, we recommend luanching the [demo](https://github.com/pq-yang/MatAnyone#circus_tent-interactive-demo) locally.*
450
  """
451
  article = r"""
452
  <b>If MatAnyone is helpful, please help to 🌟 the <a href='https://github.com/pq-yang/MatAnyone' target='_blank'>Github Repo</a>. Thanks!</b>
 
475
  <br>
476
  πŸ‘ **Acknowledgement**
477
  <br>
478
+ This project is built upon [Cutie](https://github.com/hkchengrex/Cutie), with the interactive demo adapted from [ProPainter](https://github.com/sczhou/ProPainter), leveraging segmentation capabilities from [Segment Anything](https://github.com/facebookresearch/segment-anything). Thanks for their awesome works!
479
  """
480
 
481
  my_custom_css = """
 
530
  text-align: center;
531
  padding: 0;
532
  margin: 0;
 
533
  height: 5vh;
534
  width: 80vw;
535
  font-family: "Sarpanch", sans-serif;