masanorihirano commited on
Commit
e89200e
1 Parent(s): 724bbf4

added note

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -322,6 +322,10 @@ with gr.Blocks(
322
 
323
  By continuing to use our app, you provide your explicit consent to the collection, use, and potential sharing of your data as described above. If you do not agree with our data collection, use, and sharing practices, please do not use our app.
324
 
 
 
 
 
325
  ## データ収集、利用、共有に関するユーザーの同意:
326
  本アプリを使用することにより、提供するデータに関する以下の条件に同意するものとします:
327
 
@@ -331,6 +335,8 @@ with gr.Blocks(
331
  - **データ保持**: 入力データは必要な限り保持されます。
332
 
333
  本アプリを引き続き使用することにより、上記のようにデータの収集・利用・共有について同意します。データの利用方法に同意しない場合は、本アプリを使用しないでください。
 
 
334
  """
335
  )
336
  accept_button = gr.Button("I Agree")
 
322
 
323
  By continuing to use our app, you provide your explicit consent to the collection, use, and potential sharing of your data as described above. If you do not agree with our data collection, use, and sharing practices, please do not use our app.
324
 
325
+ Please note that this space utilizes [decapoda-research/llama-13b-hf](https://huggingface.co/decapoda-research/llama-13b-hf) and its special license is applied.
326
+
327
+
328
+
329
  ## データ収集、利用、共有に関するユーザーの同意:
330
  本アプリを使用することにより、提供するデータに関する以下の条件に同意するものとします:
331
 
 
335
  - **データ保持**: 入力データは必要な限り保持されます。
336
 
337
  本アプリを引き続き使用することにより、上記のようにデータの収集・利用・共有について同意します。データの利用方法に同意しない場合は、本アプリを使用しないでください。
338
+
339
+ なお、このスペースは [decapoda-research/llama-13b-hf](https://huggingface.co/decapoda-research/llama-13b-hf) を利用しており、そのライセンスが適用されます。
340
  """
341
  )
342
  accept_button = gr.Button("I Agree")