tree3po commited on
Commit
e0f5344
1 Parent(s): ce5318a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,10 +26,10 @@ models_og=[
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
 
@@ -272,7 +272,7 @@ with gr.Blocks() as app:
272
  with gr.Group():
273
  stop_btn=gr.Button("Stop")
274
  clear_btn=gr.Button("Clear")
275
- client_choice=gr.Dropdown(label="Models",type='index',value=models, choices=[c for c in models],max_choices=4,multiselect=True,interactive=True)
276
  add_model=gr.Textbox(label="New Model")
277
  add_btn=gr.Button("Add Model")
278
  with gr.Column(scale=1):
 
26
 
27
  ]
28
  models=[
 
29
  "facebook/MobileLLM-125M",
30
+ "facebook/MobileLLM-350M",
31
  "facebook/MobileLLM-600M",
32
+ "facebook/MobileLLM-1B",
33
  ]
34
  client_z=[]
35
 
 
272
  with gr.Group():
273
  stop_btn=gr.Button("Stop")
274
  clear_btn=gr.Button("Clear")
275
+ client_choice=gr.Dropdown(label="Models",type='index', choices=[c for c in models],max_choices=4,multiselect=True,interactive=True)
276
  add_model=gr.Textbox(label="New Model")
277
  add_btn=gr.Button("Add Model")
278
  with gr.Column(scale=1):