Omega02gdfdd commited on
Commit
e4e0857
1 Parent(s): 0127f03

Update app.py

Browse files

change model to 4m_b

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ torch.backends.cudnn.allow_tf32 = True
36
 
37
  MAX_SEED = np.iinfo(np.int32).max
38
 
39
- FM_MODEL_ID = 'EPFL-VILAB/4M-21_XL'
40
  MODEL_NAME = FM_MODEL_ID.split('/')[1].replace('_', ' ')
41
 
42
  # Human poses visualization is disabled, since it needs SMPL weights. To enable human pose prediction and rendering:
 
36
 
37
  MAX_SEED = np.iinfo(np.int32).max
38
 
39
+ FM_MODEL_ID = 'EPFL-VILAB/4M-21_B'
40
  MODEL_NAME = FM_MODEL_ID.split('/')[1].replace('_', ' ')
41
 
42
  # Human poses visualization is disabled, since it needs SMPL weights. To enable human pose prediction and rendering: