Spaces:
Running
on
Inf2
Running
on
Inf2
Commit
·
dc8d591
1
Parent(s):
b08a3ca
fixup! 📝 Better documentation for MODEL_ENDPOINTS
Browse files
README.md
CHANGED
|
@@ -27,6 +27,11 @@ Default configuration is in `.env`. Put custom config and secrets in `.env.local
|
|
| 27 |
|
| 28 |
Check out [.env](./.env) to see what needs to be set.
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## Building
|
| 31 |
|
| 32 |
To create a production version of your app:
|
|
|
|
| 27 |
|
| 28 |
Check out [.env](./.env) to see what needs to be set.
|
| 29 |
|
| 30 |
+
Basically you need to:
|
| 31 |
+
|
| 32 |
+
- fill in a Mongo URL
|
| 33 |
+
- fill in your HF token
|
| 34 |
+
|
| 35 |
## Building
|
| 36 |
|
| 37 |
To create a production version of your app:
|