mohammed-aljafry commited on
Commit
d1cac43
·
verified ·
1 Parent(s): edb11f7

Update modeling_interfuser.py

Browse files
Files changed (1) hide show
  1. modeling_interfuser.py +2 -2
modeling_interfuser.py CHANGED
@@ -1,8 +1,8 @@
1
 
2
  # -*- coding: utf-8 -*-
3
  # This file contains all custom class definitions required to run the Interfuser model.
4
- !git clone https://github.com/opendilab/InterFuser.git
5
- !pip install timm
6
  import sys
7
  sys.path.append('/content/InterFuser')
8
  import math
 
1
 
2
  # -*- coding: utf-8 -*-
3
  # This file contains all custom class definitions required to run the Interfuser model.
4
+ git clone https://github.com/opendilab/InterFuser.git
5
+ pip install timm
6
  import sys
7
  sys.path.append('/content/InterFuser')
8
  import math