Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dwb2023/cellvisionai
dwb2023
/
omniscience
like
6
Running
App
Files
Files
Community
640c7a9
omniscience
/
config.py
donb-hf
add tabs
640c7a9
4 months ago
raw
Copy download link
history
blame
Safe
146 Bytes
# config.py
import
os
from
dotenv
import
load_dotenv
load_dotenv()
WANDB_API_KEY = os.getenv(
'WANDB_API_KEY'
)
WEAVE_PROJECT =
"omniscience-app"