Spaces:
Runtime error
Runtime error
Tweak README
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ pip install -r requirements.txt
|
|
39 |
Next, copy the example file of environment variables:
|
40 |
|
41 |
```
|
42 |
-
cp .env.
|
43 |
```
|
44 |
|
45 |
and set the `HF_TOKEN` variable with a valid API token from the `autoevaluator` user. Finally, spin up the application by running:
|
|
|
39 |
Next, copy the example file of environment variables:
|
40 |
|
41 |
```
|
42 |
+
cp .env.template .env
|
43 |
```
|
44 |
|
45 |
and set the `HF_TOKEN` variable with a valid API token from the `autoevaluator` user. Finally, spin up the application by running:
|