sainathBelagavi commited on
Commit
cef0a6e
·
verified ·
1 Parent(s): 6af6bba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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': './dorado.png'
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': './hercules.png'
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': './lepus.png'
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