Spaces:
Runtime error
Runtime error
Update application title with appealing emojis
Browse files
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
|