mohammed-aljafry commited on
Commit
c89800e
·
verified ·
1 Parent(s): 62ba2ba

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. model.py +3 -0
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