MZhaovo commited on
Commit
88399f9
·
1 Parent(s): 177483d

修复kbd标签问题

Browse files

fix extra space

Files changed (2) hide show
  1. readme/README_en.md +2 -2
  2. readme/README_ja.md +2 -2
readme/README_en.md CHANGED
@@ -49,8 +49,8 @@
49
  - To better control the ChatGPT, use System Prompt.
50
  - To use a Prompt Template, select the Prompt Template Collection file first, and then choose certain prompt from the drop-down menu.
51
  - To try again if the response is unsatisfactory, use `🔄 Regenerate` button.
52
- - To start a new line in the input box, press `<kbd>`Shift `</kbd>` + `<kbd>`Enter `</kbd>` keys.
53
- - To quickly switch between input history, press `<kbd>`↑`</kbd>` and `<kbd>`↓`</kbd>` key in the input box.
54
  - To deploy the program onto a server, change the last line of the program to `demo.launch(server_name="0.0.0.0", server_port=<your port number>)`.
55
  - To get a public shared link, change the last line of the program to `demo.launch(share=True)`. Please be noted that the program must be running in order to be accessed via a public link.
56
  - To use it in Hugging Face Spaces: It is recommended to **Duplicate Space** and run the program in your own Space for a faster and more secure experience.
 
49
  - To better control the ChatGPT, use System Prompt.
50
  - To use a Prompt Template, select the Prompt Template Collection file first, and then choose certain prompt from the drop-down menu.
51
  - To try again if the response is unsatisfactory, use `🔄 Regenerate` button.
52
+ - To start a new line in the input box, press <kbd>Shift</kbd> + <kbd>Enter</kbd> keys.
53
+ - To quickly switch between input history, press <kbd>↑</kbd> and <kbd>↓</kbd> key in the input box.
54
  - To deploy the program onto a server, change the last line of the program to `demo.launch(server_name="0.0.0.0", server_port=<your port number>)`.
55
  - To get a public shared link, change the last line of the program to `demo.launch(share=True)`. Please be noted that the program must be running in order to be accessed via a public link.
56
  - To use it in Hugging Face Spaces: It is recommended to **Duplicate Space** and run the program in your own Space for a faster and more secure experience.
readme/README_ja.md CHANGED
@@ -48,8 +48,8 @@
48
 
49
  - ChatGPTをより適切に制御するために、システムプロンプトを使用できます。
50
  - プロンプトテンプレートを使用するには、プロンプトテンプレートコレクションを選択し、ドロップダウンメニューから特定のプロンプトを選択。回答が不十分な場合は、`🔄再生成`ボタンを使って再試行します。
51
- - 入力ボックスで改行するには、`<kbd>`Shift `</kbd>` + `<kbd>`Enter `</kbd>`キーを押してください。
52
- - 入力履歴を素早く切り替えるには、入力ボックスで `<kbd>`↑`</kbd>`と `<kbd>`↓`</kbd>`キーを押す。
53
  - プログラムをサーバにデプロイするには、プログラムの最終行を `demo.launch(server_name="0.0.0.0", server_port=<your port number>)`に変更します。
54
  - 共有リンクを取得するには、プログラムの最後の行を `demo.launch(share=True)` に変更してください。なお、公開リンクでアクセスするためには、プログラムが実行されている必要があることに注意してください。
55
  - Hugging Face Spacesで使用する場合: より速く、より安全に利用するために、**Duplicate Space**を使用し、自分のスペースでプログラムを実行することをお勧めします。
 
48
 
49
  - ChatGPTをより適切に制御するために、システムプロンプトを使用できます。
50
  - プロンプトテンプレートを使用するには、プロンプトテンプレートコレクションを選択し、ドロップダウンメニューから特定のプロンプトを選択。回答が不十分な場合は、`🔄再生成`ボタンを使って再試行します。
51
+ - 入力ボックスで改行するには、<kbd>Shift</kbd> + <kbd>Enter</kbd>キーを押してください。
52
+ - 入力履歴を素早く切り替えるには、入力ボックスで <kbd>↑</kbd>と<kbd>↓</kbd>キーを押す。
53
  - プログラムをサーバにデプロイするには、プログラムの最終行を `demo.launch(server_name="0.0.0.0", server_port=<your port number>)`に変更します。
54
  - 共有リンクを取得するには、プログラムの最後の行を `demo.launch(share=True)` に変更してください。なお、公開リンクでアクセスするためには、プログラムが実行されている必要があることに注意してください。
55
  - Hugging Face Spacesで使用する場合: より速く、より安全に利用するために、**Duplicate Space**を使用し、自分のスペースでプログラムを実行することをお勧めします。