jumashafara commited on
Commit
471a3ec
·
1 Parent(s): bcb51ca

added wandb

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import timm
 
2
  import gradio as gr
3
  from pathlib import Path
4
- from fastai.vision.all import *
5
 
6
  categories = ['cercospora', 'common_rust', 'healthy', 'northern_leaf_blight']
7
 
 
1
  import timm
2
+ import wandb
3
  import gradio as gr
4
  from pathlib import Path
5
+ from fastai.vision.all import load_learner
6
 
7
  categories = ['cercospora', 'common_rust', 'healthy', 'northern_leaf_blight']
8