Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import numpy as np
|
|
5 |
import wandb
|
6 |
from fastai.callback.wandb import *
|
7 |
|
8 |
-
os.environ["WANDB_API_KEY"] = WANDB_API_KEY
|
9 |
wandb.init()
|
10 |
|
11 |
learn = load_learner('audio_mnist_classifier_v1.pkl')
|
|
|
5 |
import wandb
|
6 |
from fastai.callback.wandb import *
|
7 |
|
8 |
+
#os.environ["WANDB_API_KEY"] = WANDB_API_KEY
|
9 |
wandb.init()
|
10 |
|
11 |
learn = load_learner('audio_mnist_classifier_v1.pkl')
|