Commit ·
0ce6136
1
Parent(s): 660499a
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ pip install fastapi uvicorn jinja2 aiofiles
|
|
| 54 |
|
| 55 |
python tagger_ui_server.py \
|
| 56 |
--checkpoint tagger_proto.safetensors \
|
| 57 |
-
--vocab
|
| 58 |
--port 7860
|
| 59 |
# → open http://localhost:7860
|
| 60 |
```
|
|
|
|
| 54 |
|
| 55 |
python tagger_ui_server.py \
|
| 56 |
--checkpoint tagger_proto.safetensors \
|
| 57 |
+
--vocab tagger_vocab_with_categories_and_alias_updated.json \
|
| 58 |
--port 7860
|
| 59 |
# → open http://localhost:7860
|
| 60 |
```
|