lewtun HF staff commited on
Commit
449b6ea
1 Parent(s): 829fce9

Bump AutoTrain API to prod

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ streamlit run app.py
55
  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:
56
 
57
  ```
58
- AUTOTRAIN_BACKEND_API=https://api-staging.autotrain.huggingface.co
59
  ```
60
 
61
  To evaluate models with a _local_ instance of AutoTrain, change the environment to:
55
  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:
56
 
57
  ```
58
+ AUTOTRAIN_BACKEND_API=https://api.autotrain.huggingface.co
59
  ```
60
 
61
  To evaluate models with a _local_ instance of AutoTrain, change the environment to: