Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ class Chat:
|
|
22 |
self.config = config
|
23 |
wandb_key = os.environ["WANDB_KEY"]
|
24 |
wandb.login(key=wandb_key)
|
25 |
-
##wandb.login(key="
|
26 |
self.wandb_run = wandb.init(
|
27 |
project=self.config.project,
|
28 |
entity=self.config.entity,
|
|
|
22 |
self.config = config
|
23 |
wandb_key = os.environ["WANDB_KEY"]
|
24 |
wandb.login(key=wandb_key)
|
25 |
+
##wandb.login(key="a03aXXXXXXXXXXXX94169985957d")
|
26 |
self.wandb_run = wandb.init(
|
27 |
project=self.config.project,
|
28 |
entity=self.config.entity,
|