Spaces:
Runtime error
Runtime error
Tweak README
Browse files
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:
|