eepj commited on
Commit
431f030
1 Parent(s): 10a50c9

Change readme HF badges color

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -9,21 +9,21 @@ pipeline_tag: translation
9
  widget:
10
  - text: "【永】 あなたの<TRAIT>のキャラが4枚以上なら、このカードは、色条件を満たさずに手札からプレイでき、あなたの手札のこのカードのレベルを-1。"
11
  ---
12
-
13
  # WS TCG Card Text Translator
14
  A Japanese-English machine translation model specifically trained for translating card text from the Weiss Schwarz (WS) Trading Card Game, fine-tuned on [Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en).
15
 
16
- [![Hugging Face Model](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-green)](https://huggingface.co/eepj/wstcg-mt-ja-en)
17
 
18
  ## Gradio App
19
- ### Hugging Face Space Demo
 
 
 
20
  > [!Warning]
21
  > Expect slow inference.
22
 
23
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-green)](https://huggingface.co/spaces/eepj/wstcg-mt)
24
-
25
  ### Running Locally
26
- Clone the Hugging Face Space repository and run `app.py`.
27
  ```bash
28
  git clone https://huggingface.co/spaces/eepj/wstcg-mt
29
  cd wstcg-mt
 
9
  widget:
10
  - text: "【永】 あなたの<TRAIT>のキャラが4枚以上なら、このカードは、色条件を満たさずに手札からプレイでき、あなたの手札のこのカードのレベルを-1。"
11
  ---
 
12
  # WS TCG Card Text Translator
13
  A Japanese-English machine translation model specifically trained for translating card text from the Weiss Schwarz (WS) Trading Card Game, fine-tuned on [Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en).
14
 
15
+ [![Hugging Face Model](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue)](https://huggingface.co/eepj/wstcg-mt-ja-en)
16
 
17
  ## Gradio App
18
+ ### Hugging Face Spaces
19
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/eepj/wstcg-mt)
20
+
21
+ Check out the Gradio app on Hugging Face Spaces [https://huggingface.co/spaces/eepj/wstcg-mt](https://huggingface.co/spaces/eepj/wstcg-mt).
22
  > [!Warning]
23
  > Expect slow inference.
24
 
 
 
25
  ### Running Locally
26
+ Clone the Hugging Face Spaces repository and run `app.py`.
27
  ```bash
28
  git clone https://huggingface.co/spaces/eepj/wstcg-mt
29
  cd wstcg-mt