Spaces:
Running
Running
Added Llama 3.1 logo display
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ model_info ={
|
|
72 |
"Meta-Llama-3.1-8B":
|
73 |
{'description':"""The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
74 |
\nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.** \n""",
|
75 |
-
'logo':'
|
76 |
}
|
77 |
|
78 |
|
|
|
72 |
"Meta-Llama-3.1-8B":
|
73 |
{'description':"""The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
74 |
\nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.** \n""",
|
75 |
+
'logo':'Llama3_1_logo.png'},
|
76 |
}
|
77 |
|
78 |
|