lihao57 commited on
Commit
303e5b5
·
1 Parent(s): 17ef249

update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Wirefeame
3
  emoji: 🌖
4
  colorFrom: pink
5
  colorTo: indigo
@@ -8,24 +8,20 @@ sdk_version: 5.44.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: Wireframe Dataset (for Line Segment Detection) Space
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
 
16
  # Install
17
  ```shell
18
- git clone https://huggingface.co/spaces/lh9171338/Wireframe
19
- cd Wireframe
20
  python3 -m pip install -r requirements.txt
21
  ```
22
 
23
  # Run
24
 
25
  ```shell
26
- # using Huggingface online dataset
27
- python3 app.py -d lh9171338/Wireframe -s all
28
-
29
- # using local dataset
30
- python3 app.py -d <DATASET_PATH> -l True -s all
31
  ```
 
1
  ---
2
+ title: LineViewer
3
  emoji: 🌖
4
  colorFrom: pink
5
  colorTo: indigo
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: Line Segment Detection Dataset Viewer Space
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
 
16
  # Install
17
  ```shell
18
+ git clone https://huggingface.co/spaces/lh9171338/LineViewer
19
+ cd LineViewer
20
  python3 -m pip install -r requirements.txt
21
  ```
22
 
23
  # Run
24
 
25
  ```shell
26
+ python3 app.py
 
 
 
 
27
  ```