tree3po commited on
Commit
df9efc6
1 Parent(s): 615bca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import InferenceClient
4
  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",
@@ -25,6 +25,12 @@ models=[
25
  "openai-community/gpt2",
26
 
27
  ]
 
 
 
 
 
 
28
  client_z=[]
29
 
30
 
 
4
  import random
5
  #ss_client = Client("https://omnibus-html-image-current-tab.hf.space/")
6
 
7
+ models_og=[
8
  "google/gemma-7b",
9
  "google/gemma-7b-it",
10
  "google/gemma-2b",
 
25
  "openai-community/gpt2",
26
 
27
  ]
28
+ models=[
29
+ "facebook/MobileLLM-1B",
30
+ "facebook/MobileLLM-125M",
31
+ "facebook/MobileLLM-600M",
32
+ "facebook/MobileLLM-360M",
33
+ ]
34
  client_z=[]
35
 
36