harshinde commited on
Commit
a9caf08
·
verified ·
1 Parent(s): ce7cc24

Upload config.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.toml +14 -0
config.toml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ maxUploadSize = 200
3
+ enableXsrfProtection = false
4
+ enableCORS = false
5
+
6
+ [browser]
7
+ gatherUsageStats = false
8
+
9
+ [theme]
10
+ primaryColor = "#F63366"
11
+ backgroundColor = "#FFFFFF"
12
+ secondaryBackgroundColor = "#F0F2F6"
13
+ textColor = "#262730"
14
+ font = "sans serif"