Spaces:
Runtime error
Runtime error
Bump AutoTrain API to prod
Browse files
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
|
| 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:
|