xjlulu commited on
Commit
5d5b173
1 Parent(s): 35832f2
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -18,9 +18,7 @@ tags:
18
  - Slot Tagging
19
  ---
20
 
21
- # Slot Tagging
22
-
23
- ![Demo](https://huggingface.co/spaces/xjlulu/slot_tagging)
24
 
25
  This is a Slot Tagging demo powered by Gradio. It allows you to enter a sentence, and it will predict and highlight the slots in the text.
26
 
@@ -35,20 +33,20 @@ To run this demo locally, follow these steps:
35
 
36
  1. Clone this repository:
37
 
38
- ```python
39
- git clone https://huggingface.co/spaces/xjlulu/slot_tagging
40
- ```
41
 
42
  2. Install the required Python dependencies using:
43
 
44
- ```python
45
- pip install -r requirements.txt
46
- ```
47
 
48
  3. Run the application with:
49
- ```python
50
- python app.py
51
- ```
52
 
53
  ## Configuration
54
 
 
18
  - Slot Tagging
19
  ---
20
 
21
+ # [Slot Tagging](https://huggingface.co/spaces/xjlulu/slot_tagging)
 
 
22
 
23
  This is a Slot Tagging demo powered by Gradio. It allows you to enter a sentence, and it will predict and highlight the slots in the text.
24
 
 
33
 
34
  1. Clone this repository:
35
 
36
+ ```python
37
+ git clone https://huggingface.co/spaces/xjlulu/slot_tagging
38
+ ```
39
 
40
  2. Install the required Python dependencies using:
41
 
42
+ ```python
43
+ pip install -r requirements.txt
44
+ ```
45
 
46
  3. Run the application with:
47
+ ```python
48
+ python app.py
49
+ ```
50
 
51
  ## Configuration
52