coyotte508 HF staff commited on
Commit
a3810f8
β€’
1 Parent(s): 07a1e01

fixup! πŸ“ Better documentation for MODEL_ENDPOINTS

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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: