jbilcke-hf HF Staff commited on
Commit
2ec3431
·
1 Parent(s): eb80403

add disclaimer

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -10,6 +10,8 @@ app_port: 3000
10
 
11
  This is the frontend interface to VideoChain-API, a server to generate videos using AI.
12
 
 
 
13
  ## Getting Started
14
 
15
  First, run the development server:
@@ -27,4 +29,12 @@ This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-opti
27
  ## Things to know
28
 
29
  Next will cache the API calls!
30
- So be careful about this.
 
 
 
 
 
 
 
 
 
10
 
11
  This is the frontend interface to VideoChain-API, a server to generate videos using AI.
12
 
13
+ This space cannot be easily duplicated yet, as you will have to configure a lot of things
14
+ to make it work (you need the API, you need separate spaces for upscaling, interpolation etc)
15
  ## Getting Started
16
 
17
  First, run the development server:
 
29
  ## Things to know
30
 
31
  Next will cache the API calls!
32
+ So be careful about this (this is why we invalidate them in the fetch() method)
33
+
34
+ ## Environment variable
35
+
36
+ ```
37
+ NEXT_PUBLIC_BASE_URL=http://localhost:3000
38
+ VC_VIDEOCHAIN_API_URL=http://localhost:7860
39
+ VC_SECRET_ACCESS_TOKEN=***SECRENT***
40
+ ```