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