update ToU
Browse files
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.
|
260 |
-
|
261 |
-
|
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 |
|