Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
import subprocess
|
2 |
import re
|
3 |
from typing import List, Tuple, Optional
|
@@ -557,8 +561,10 @@ with gr.Blocks(css=css) as demo:
|
|
557 |
|
558 |
with gr.Column():
|
559 |
|
560 |
-
gr.Markdown("""
|
561 |
-
|
|
|
|
|
562 |
1. Upload your video in .mp4 format
|
563 |
2. Add points (include & exclude) to the first frame
|
564 |
3. Get mask to have a preview of the mask
|
|
|
1 |
+
"""
|
2 |
+
This space is modified from the HF space of fffiloni/SAM2-Video-Predictor
|
3 |
+
"""
|
4 |
+
|
5 |
import subprocess
|
6 |
import re
|
7 |
from typing import List, Tuple, Optional
|
|
|
561 |
|
562 |
with gr.Column():
|
563 |
|
564 |
+
gr.Markdown("""
|
565 |
+
This space is modified from the HF space of fffiloni/SAM2-Video-Predictor
|
566 |
+
|
567 |
+
Instructions:
|
568 |
1. Upload your video in .mp4 format
|
569 |
2. Add points (include & exclude) to the first frame
|
570 |
3. Get mask to have a preview of the mask
|