bykang commited on
Commit
3c2541d
1 Parent(s): 48d0430

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ encoder2name = {
37
  'vits': 'Small',
38
  'vitb': 'Base',
39
  'vitl': 'Large',
40
- 'vitg': 'Gaint',
41
  }
42
  encoder = 'vitg'
43
  model_name = encoder2name[encoder]
 
37
  'vits': 'Small',
38
  'vitb': 'Base',
39
  'vitl': 'Large',
40
+ 'vitg': 'Giant',
41
  }
42
  encoder = 'vitg'
43
  model_name = encoder2name[encoder]