hysts HF staff commited on
Commit
237be81
1 Parent(s): 3442ee7
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -6,10 +6,7 @@ import gradio as gr
6
 
7
  from model import run_model
8
 
9
- DESCRIPTION = '''# CutLER
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