Shanshan Wang commited on
Commit
73b2bf3
·
1 Parent(s): 84ce9df

updated model names

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ hf_token = os.environ.get('hf_token', None)
16
 
17
  # Define the models and their paths
18
  model_paths = {
19
- "H2OVL-Mississippi-2B":"h2oai/h2ovl-mississippi-2b-prerel",
20
- "H2OVL-Mississippi-0.8B":"h2oai/h2ovl-mississippi-800m-prerel",
21
  # Add more models as needed
22
  }
23
 
 
16
 
17
  # Define the models and their paths
18
  model_paths = {
19
+ "H2OVL-Mississippi-2B":"h2oai/h2ovl-mississippi-2b",
20
+ "H2OVL-Mississippi-0.8B":"h2oai/h2ovl-mississippi-800m",
21
  # Add more models as needed
22
  }
23