Spaces:
Runtime error
Runtime error
update demo
Browse files
gradio_demo/seed_llama_gradio.py
CHANGED
|
@@ -329,7 +329,7 @@ def load_demo(request: gr.Request):
|
|
| 329 |
|
| 330 |
|
| 331 |
title = ("""
|
| 332 |
-
# SEED-LLaMA
|
| 333 |
[[Project Page]](https://ailab-cvc.github.io/seed/seed_llama.html) [[Paper]](https://arxiv.org/pdf/2310.01218.pdf) [[Code]](https://github.com/AILab-CVC/SEED/tree/main)
|
| 334 |
|
| 335 |
## Tips:
|
|
|
|
| 329 |
|
| 330 |
|
| 331 |
title = ("""
|
| 332 |
+
# SEED-LLaMA-14B (8bit)
|
| 333 |
[[Project Page]](https://ailab-cvc.github.io/seed/seed_llama.html) [[Paper]](https://arxiv.org/pdf/2310.01218.pdf) [[Code]](https://github.com/AILab-CVC/SEED/tree/main)
|
| 334 |
|
| 335 |
## Tips:
|