Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files
app.py
CHANGED
@@ -6,10 +6,7 @@ import gradio as gr
|
|
6 |
|
7 |
from model import run_model
|
8 |
|
9 |
-
DESCRIPTION = '
|
10 |
-
|
11 |
-
This is an unofficial demo for [https://github.com/facebookresearch/CutLER](https://github.com/facebookresearch/CutLER).
|
12 |
-
'''
|
13 |
|
14 |
paths = sorted(pathlib.Path('CutLER/cutler/demo/imgs').glob('*.jpg'))
|
15 |
|
|
|
6 |
|
7 |
from model import run_model
|
8 |
|
9 |
+
DESCRIPTION = '# [CutLER](https://github.com/facebookresearch/CutLER)'
|
|
|
|
|
|
|
10 |
|
11 |
paths = sorted(pathlib.Path('CutLER/cutler/demo/imgs').glob('*.jpg'))
|
12 |
|