jumashafara commited on
Commit
ed336e1
·
1 Parent(s): 46f32cb

commented wandb initializer

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -5,11 +5,11 @@ from pathlib import Path
5
  from fastai.vision.all import load_learner
6
 
7
  wandb.login(key='4d2ff70f59f0bfc0397e9fea4300819244bf3fce')
8
- wandb.init(
9
- name='corn_fastai_gradio',
10
- project='plant_disease_detection',
11
- entity='jumashafara',
12
- )
13
 
14
  categories = ['cercospora', 'common_rust', 'healthy', 'northern_leaf_blight']
15
 
 
5
  from fastai.vision.all import load_learner
6
 
7
  wandb.login(key='4d2ff70f59f0bfc0397e9fea4300819244bf3fce')
8
+ # wandb.init(
9
+ # name='corn_fastai_gradio',
10
+ # project='plant_disease_detection',
11
+ # entity='jumashafara',
12
+ # )
13
 
14
  categories = ['cercospora', 'common_rust', 'healthy', 'northern_leaf_blight']
15