ashwin-balakrishna96
commited on
Update gradio_web_server.py
Browse files
serve/gradio_web_server.py
CHANGED
@@ -265,10 +265,8 @@ of the Apache-licensed Gradio code released by the LLaVa authors, with light mod
|
|
265 |
learn_more_markdown = """
|
266 |
### License
|
267 |
The service is a research preview intended for non-commercial use only, subject to the model
|
268 |
-
[License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA,
|
269 |
-
[
|
270 |
-
and [Privacy Practices](https://chrome.google.com/webstore/detail/sharegpt-share-your-chatg/daiacboceoaocpibfodeljbdfacokfjb)
|
271 |
-
of ShareGPT. Please contact us if you find any potential violation.
|
272 |
"""
|
273 |
|
274 |
block_css = """
|
|
|
265 |
learn_more_markdown = """
|
266 |
### License
|
267 |
The service is a research preview intended for non-commercial use only, subject to the model
|
268 |
+
[License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA, and the
|
269 |
+
same [usage recommendations](https://huggingface.co/liuhaotian/llava-v1.5-13b) as LLaVA 1.5.
|
|
|
|
|
270 |
"""
|
271 |
|
272 |
block_css = """
|