Spaces:
Paused
Paused
Upload app.py
Browse files
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 |
|