Leon Sick
commited on
Commit
·
d6ba8e5
1
Parent(s):
1b4b7f5
start of space
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import gradio as gr
|
|
| 6 |
|
| 7 |
from model import run_model
|
| 8 |
|
| 9 |
-
DESCRIPTION = '# [CutS3D](https://leonsick.github.io/cuts3d/) Cutting Semantics in 3D for 2D Unsupervised Instance Segmentation'
|
| 10 |
|
| 11 |
paths = sorted(pathlib.Path('CutLER/cutler/demo/imgs').glob('*.jpg'))
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
from model import run_model
|
| 8 |
|
| 9 |
+
DESCRIPTION = '# [CutS3D](https://leonsick.github.io/cuts3d/) \n Cutting Semantics in 3D for 2D Unsupervised Instance Segmentation'
|
| 10 |
|
| 11 |
paths = sorted(pathlib.Path('CutLER/cutler/demo/imgs').glob('*.jpg'))
|
| 12 |
|