Woziii commited on
Commit
380e6a3
·
verified ·
1 Parent(s): 6b458be

Delete ENVIRONMENT

Browse files
Files changed (1) hide show
  1. ENVIRONMENT +0 -86
ENVIRONMENT DELETED
@@ -1,86 +0,0 @@
1
-
2
- ##########################################################################
3
- #
4
- # PINOKIO_SHARE_CLOUDFLARE
5
- # Set this variable to share the app publicly via cloudflare tunnel.
6
- #
7
- ##########################################################################
8
- PINOKIO_SHARE_CLOUDFLARE=false
9
-
10
- ##########################################################################
11
- #
12
- # PINOKIO_SHARE_PASSCODE
13
- #
14
- # By default, your publicly shared app will be 100% open to anyone
15
- # with the link via Cloudflare.
16
- #
17
- # You can add authorization by protecting it with a passcode.
18
- # Set this value, and any access to the app will require a pass code input
19
- #
20
- ##########################################################################
21
- PINOKIO_SHARE_PASSCODE=
22
-
23
- ##########################################################################
24
- #
25
- # PINOKIO_SCRIPT_DEFAULT
26
- # If this variable is false, 'default': true menu items in pinokio.js
27
- # will NOT automatically run
28
- #
29
- ##########################################################################
30
- PINOKIO_SCRIPT_DEFAULT=true
31
-
32
- ##########################################################################
33
- #
34
- # GRADIO_TEMP_DIR
35
- # All the files uploaded through gradio goes here.
36
- #
37
- # Delete this line to store the files under PINOKIO_HOME/cache/GRADIO_TEMPDIR
38
- # or change the path if you want to use a different path
39
- #
40
- ##########################################################################
41
- GRADIO_TEMP_DIR=./cache/GRADIO_TEMP_DIR
42
-
43
- ##########################################################################
44
- #
45
- # HF_HOME
46
- #
47
- # Huggingface cache
48
- # All the model files automatically downloaded through libraries like
49
- # diffusers, transformers, etc. will be stored under this path
50
- #
51
- # You can save disk space by deleting this line, which will store all
52
- # huggingface files under PINOKIO_HOME/cache/HF_HOME without redundancy.
53
- #
54
- ##########################################################################
55
- HF_HOME=./cache/HF_HOME
56
-
57
- ##########################################################################
58
- #
59
- # TORCH_HOME
60
- #
61
- # Torch hub cache
62
- # All the files automatically downloaded by pytorch will be stored here
63
- #
64
- # You can save disk space by deleting this line, which will store all
65
- # torch hub files under PINOKIO_HOME/cache/TORCH_HOME without redundancy.
66
- #
67
- ##########################################################################
68
- TORCH_HOME=./cache/TORCH_HOME
69
-
70
- ##########################################################################
71
- #
72
- # PINOKIO_SHARE_LOCAL
73
- # Set this variable to true to share the app on the local network.
74
- #
75
- ##########################################################################
76
- PINOKIO_SHARE_LOCAL=false
77
-
78
- ##########################################################################
79
- #
80
- # PINOKIO_SHARE_LOCAL_PORT
81
- # Set this variable to use fixed port for the local network sharing feature
82
- # If not specified, a random port will be assigned to the local proxy used
83
- # for local sharing.
84
- #
85
- ##########################################################################
86
- PINOKIO_SHARE_LOCAL_PORT=