prithivMLmods commited on
Commit
11bfb18
β€’
1 Parent(s): c3eb795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -5,11 +5,10 @@ import random
5
  ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
6
 
7
  models=[
8
- "google/gemma-7b",
9
  "google/gemma-7b-it",
10
  "google/gemma-2b",
11
- "google/gemma-2b-it",
12
- "prithivMLmods/Lucia-GPT-Unified-Format-LLM"
13
  ]
14
  clients=[
15
  InferenceClient(models[0]),
 
5
  ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
6
 
7
  models=[
8
+ "mistralai/Mistral-7B-Instruct-v0.1",
9
  "google/gemma-7b-it",
10
  "google/gemma-2b",
11
+ "google/gemma-2b-it"
 
12
  ]
13
  clients=[
14
  InferenceClient(models[0]),