mattb512 commited on
Commit
f13db43
1 Parent(s): 5afedc8

update ToU

Browse files
Files changed (1) hide show
  1. serve/gradio_web_server.py +3 -4
serve/gradio_web_server.py CHANGED
@@ -256,10 +256,9 @@ tos_markdown = """
256
  ### Terms of use
257
  By using this service, users are required to agree to the following terms:
258
  The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may
259
- generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. The
260
- service may collect user dialogue data for future research. For an optimal experience,
261
- please use desktop computers for this demo, as mobile devices may compromise its quality. This website
262
- is heavily inspired by the website released by [LLaVA](https://github.com/haotian-liu/LLaVA).
263
  """
264
 
265
 
 
256
  ### Terms of use
257
  By using this service, users are required to agree to the following terms:
258
  The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may
259
+ generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. For an optimal experience,
260
+ please use desktop computers for this demo, as mobile devices may compromise its quality. This Gradio application was built off
261
+ of the Apache-licensed Gradio code released by the LLaVa authors, with light modifications.
 
262
  """
263
 
264