JuanHaunted commited on
Commit
3606a5b
1 Parent(s): a28570a

Includes timm as a dependency to use convNeXt

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +2 -1
app.py CHANGED
@@ -5,6 +5,7 @@ __all__ = ['learn', 'species', 'image', 'label', 'examples', 'intf', 'classify_i
5
 
6
  # %% app.ipynb 1
7
  from fastai.vision.all import *
 
8
  import gradio as gr
9
 
10
  # %% app.ipynb 3
 
5
 
6
  # %% app.ipynb 1
7
  from fastai.vision.all import *
8
+ import timm
9
  import gradio as gr
10
 
11
  # %% app.ipynb 3
requirements.txt CHANGED
@@ -1 +1,2 @@
1
- fastai
 
 
1
+ fastai
2
+ timm