John6666 commited on
Commit
79e64b0
1 Parent(s): 324ceb8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from danbooru_to_ja import danbooru_to_ja
3
 
4
  DESCRIPTION_MD = """
5
- # Convert Danbooru tags to Japanese tags V2
6
  - [A CLI version of this tool is available here](https://huggingface.co/spaces/John6666/danbooru-to-ja-v2/tree/main/local).
7
  """.strip()
8
 
 
2
  from danbooru_to_ja import danbooru_to_ja
3
 
4
  DESCRIPTION_MD = """
5
+ # Convert Danbooru tags and E621 tags to Japanese tags V2
6
  - [A CLI version of this tool is available here](https://huggingface.co/spaces/John6666/danbooru-to-ja-v2/tree/main/local).
7
  """.strip()
8