Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,19 +22,19 @@ model_info = {
|
|
22 |
"LegacyLift🚀": {
|
23 |
'description': """The LegacyLift model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
24 |
\nThis model is best for minimal problem-solving, content writing, and daily tips.\n""",
|
25 |
-
'logo': './
|
26 |
},
|
27 |
|
28 |
"ModernMigrate⭐": {
|
29 |
'description': """The ModernMigrate model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
30 |
\nThis model excels in coding, logical reasoning, and high-speed inference. \n""",
|
31 |
-
'logo': './
|
32 |
},
|
33 |
|
34 |
"RetroRecode🔄": {
|
35 |
'description': """The RetroRecode model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
36 |
\nThis model is best suited for critical development, practical knowledge, and serverless inference.\n""",
|
37 |
-
'logo': './
|
38 |
},
|
39 |
}
|
40 |
|
|
|
22 |
"LegacyLift🚀": {
|
23 |
'description': """The LegacyLift model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
24 |
\nThis model is best for minimal problem-solving, content writing, and daily tips.\n""",
|
25 |
+
'logo': './11.jpg'
|
26 |
},
|
27 |
|
28 |
"ModernMigrate⭐": {
|
29 |
'description': """The ModernMigrate model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
30 |
\nThis model excels in coding, logical reasoning, and high-speed inference. \n""",
|
31 |
+
'logo': './2.jpg'
|
32 |
},
|
33 |
|
34 |
"RetroRecode🔄": {
|
35 |
'description': """The RetroRecode model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
36 |
\nThis model is best suited for critical development, practical knowledge, and serverless inference.\n""",
|
37 |
+
'logo': './3.jpg'
|
38 |
},
|
39 |
}
|
40 |
|