summarylogtreecommitdiffstats
path: root/hivision-id-photos-web.env
blob: 1b985d76344f1fb8a695723e785c92fdb9643749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## The host of the server
#GRADIO_SERVER_NAME=127.0.0.1

## The port number of the server
#GRADIO_SERVER_PORT=7860

## The root path of the server, default is None (='/'), e.g. '/myapp'
#GRADIO_ROOT_PATH=""

## This is your API key obtained from the Face++ console
#FACE_PLUS_API_KEY=""

## Secret corresponding to the Face++ API key
#FACE_PLUS_API_SECRET=""

## Optional	Running mode, with the option of beast (beast mode). 
## In beast mode, the face detection and matting models will not release memory, achieving faster secondary inference speeds.
## It is recommended to try to have at least 16GB of memory.
#RUN_MODE="beast"

## Gradio demo's default language when starting
#DEFAULT_LANG="en"