Spaces:
Runtime error
Runtime error
Omega02gdfdd
commited on
Commit
•
e4e0857
1
Parent(s):
0127f03
Update app.py
Browse fileschange model to 4m_b
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-
|
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:
|