SkalskiP commited on
Commit
69db725
Β·
1 Parent(s): c34b7e0

Update application title with appealing emojis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from tqdm import tqdm
10
  from transformers import pipeline, CLIPModel, CLIPProcessor
11
 
12
  MARKDOWN = """
13
- # Auto ProPainter
14
  This is a demo for automatic removal of objects from videos using
15
  [Segment Anything Model](https://github.com/facebookresearch/segment-anything),
16
  [MetaCLIP](https://github.com/facebookresearch/MetaCLIP), and
 
10
  from transformers import pipeline, CLIPModel, CLIPProcessor
11
 
12
  MARKDOWN = """
13
+ # Auto ⚑ ProPainter πŸ§‘β€πŸŽ¨
14
  This is a demo for automatic removal of objects from videos using
15
  [Segment Anything Model](https://github.com/facebookresearch/segment-anything),
16
  [MetaCLIP](https://github.com/facebookresearch/MetaCLIP), and