Shanshan Wang commited on
Commit
c65d305
1 Parent(s): 92754e8

updated model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from huggingface_hub import login
12
  hf_token = os.environ.get('hf_token', None)
13
 
14
  # Define the path to your model
15
- path = "h2oai/h2o-mississippi-2b"
16
 
17
  # image preprocesing
18
  IMAGENET_MEAN = (0.485, 0.456, 0.406)
 
12
  hf_token = os.environ.get('hf_token', None)
13
 
14
  # Define the path to your model
15
+ path = "h2oai/h2ovl-mississippi-2b"
16
 
17
  # image preprocesing
18
  IMAGENET_MEAN = (0.485, 0.456, 0.406)