Upload folder using huggingface_hub
Browse files
model.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import math
|
| 2 |
import copy
|
| 3 |
import logging
|
|
|
|
| 1 |
+
# Cell 1: Clone Repository and Install Dependencies
|
| 2 |
+
!git clone https://github.com/opendilab/InterFuser.git
|
| 3 |
+
!pip install timm
|
| 4 |
import math
|
| 5 |
import copy
|
| 6 |
import logging
|