Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -557,17 +557,13 @@ with gr.Blocks(css=css) as demo:
|
|
557 |
|
558 |
with gr.Column():
|
559 |
|
560 |
-
gr.Markdown("""Instructions:
|
561 |
|
562 |
-
1. Upload your video
|
563 |
-
2.
|
564 |
-
3.
|
565 |
-
4.
|
566 |
-
5.
|
567 |
-
6. Add point on corresponding frame number if any mask needs to be refined
|
568 |
-
7. If propagation seems ok on every 15 frames, propagate with "render" to render final masked video !
|
569 |
-
8. Hit Reset button if you want to refresh and start again.
|
570 |
-
* Input video will be processed over 10 seconds only for demo purpose :)
|
571 |
""")
|
572 |
|
573 |
output_propagated = gr.Gallery(label="Propagated Mask samples gallery", columns=4, visible=False)
|
|
|
557 |
|
558 |
with gr.Column():
|
559 |
|
560 |
+
gr.Markdown("""Instructions:
|
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
|
565 |
+
4. Render propagate to output the final mask
|
566 |
+
5. A button will appear at the bottom of the webpage, click it to download the mask in pickle format
|
|
|
|
|
|
|
|
|
567 |
""")
|
568 |
|
569 |
output_propagated = gr.Gallery(label="Propagated Mask samples gallery", columns=4, visible=False)
|