lewtun HF staff commited on
Commit
a37788b
1 Parent(s): 85a8429

Tweak README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ streamlit run app.py
53
  Models are evaluated by AutoTrain, with the payload sent to the `AUTOTRAIN_BACKEND_API` environment variable. The current configuration for evaluation jobs running on Spaces is:
54
 
55
  ```
56
- AUTOTRAIN_BACKEND_API=https://api.autotrain.huggingface.co
57
  ```
58
 
59
  To evaluate models with a _local_ instance of AutoTrain, change the environment to:
53
  Models are evaluated by AutoTrain, with the payload sent to the `AUTOTRAIN_BACKEND_API` environment variable. The current configuration for evaluation jobs running on Spaces is:
54
 
55
  ```
56
+ AUTOTRAIN_BACKEND_API=https://api-staging.autotrain.huggingface.co
57
  ```
58
 
59
  To evaluate models with a _local_ instance of AutoTrain, change the environment to: