Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geekyrakshit
/
medrag
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geekyrakshit
commited on
Oct 26, 2024
Commit
e6f968c
·
verified
·
1 Parent(s):
ce9ef0a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,7 @@
1
import wandb
2
3
-
wandb.login(relogin=True)
4
5
6
import streamlit as st
1
+
import os
2
import wandb
3
4
+
wandb.login(relogin=True
, key=os.getenv("WANDB_API_KEY"
)
)
5
6
7
import streamlit as st