File size: 199 Bytes
ee472e7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export const HF_CONFIG = {
  CLIENT_ID: "",
  STORAGE_KEY: "hf_oauth",
  SCOPE: "openid profile",
  PROD_URL: "https://braindecode-eeg-finetune-arena.hf.space",
  DEV_URL: "http://localhost:7860"
};