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

added name to wandb initializer

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ from fastai.vision.all import load_learner
6
 
7
  wandb.login(key='4d2ff70f59f0bfc0397e9fea4300819244bf3fce')
8
  wandb.init(
9
- project='corn_fastai',
 
10
  entity='jumashafara',
11
  )
12
 
 
6
 
7
  wandb.login(key='4d2ff70f59f0bfc0397e9fea4300819244bf3fce')
8
  wandb.init(
9
+ name='corn_fastai_gradio',
10
+ project='plant_disease_detection',
11
  entity='jumashafara',
12
  )
13