Spaces:
Sleeping
Sleeping
Commit ·
46f32cb
1
Parent(s): ed8c9ff
added name to wandb initializer
Browse files
app.py
CHANGED
|
@@ -6,7 +6,8 @@ from fastai.vision.all import load_learner
|
|
| 6 |
|
| 7 |
wandb.login(key='4d2ff70f59f0bfc0397e9fea4300819244bf3fce')
|
| 8 |
wandb.init(
|
| 9 |
-
|
|
|
|
| 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 |
|