Spaces:
Running
on
Zero
Running
on
Zero
fix req
Browse files- app.py +2 -2
- requirements.txt +1 -0
app.py
CHANGED
@@ -526,7 +526,7 @@ with gr.Blocks() as demo:
|
|
526 |
|
527 |
with gr.Tab('NCut (Legacy)'):
|
528 |
gr.Markdown('#### Ncut, not aligned, no Nyström approximation')
|
529 |
-
gr.Markdown('Each image is solved independently,
|
530 |
|
531 |
gr.Markdown('---')
|
532 |
gr.Markdown('<p style="text-align: center;"><b>NCut vs. AlignedCut</b></p>')
|
@@ -544,7 +544,7 @@ with gr.Blocks() as demo:
|
|
544 |
with gr.Column(scale=5, min_width=200):
|
545 |
gr.Markdown(' ')
|
546 |
with gr.Column(scale=5, min_width=200):
|
547 |
-
gr.Markdown('
|
548 |
|
549 |
|
550 |
with gr.Row():
|
|
|
526 |
|
527 |
with gr.Tab('NCut (Legacy)'):
|
528 |
gr.Markdown('#### Ncut, not aligned, no Nyström approximation')
|
529 |
+
gr.Markdown('Each image is solved independently, <em>color is <b>not</b> aligned across images</em>')
|
530 |
|
531 |
gr.Markdown('---')
|
532 |
gr.Markdown('<p style="text-align: center;"><b>NCut vs. AlignedCut</b></p>')
|
|
|
544 |
with gr.Column(scale=5, min_width=200):
|
545 |
gr.Markdown(' ')
|
546 |
with gr.Column(scale=5, min_width=200):
|
547 |
+
gr.Markdown('<em>color is <b>not</b> aligned across images</em> 👇')
|
548 |
|
549 |
|
550 |
with gr.Row():
|
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ torch
|
|
2 |
torchvision
|
3 |
ncut-pytorch
|
4 |
opencv-python
|
|
|
5 |
transformers
|
6 |
datasets
|
7 |
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git
|
|
|
2 |
torchvision
|
3 |
ncut-pytorch
|
4 |
opencv-python
|
5 |
+
decord
|
6 |
transformers
|
7 |
datasets
|
8 |
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git
|