Spaces:
Sleeping
Sleeping
Create config.json
Browse files- config.json +14 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"theme": {
|
3 |
+
"file": "Applio.py",
|
4 |
+
"class": "Applio"
|
5 |
+
},
|
6 |
+
"plugins": [],
|
7 |
+
"discord_presence": true,
|
8 |
+
"lang": {
|
9 |
+
"override": false,
|
10 |
+
"selected_lang": "en_US"
|
11 |
+
},
|
12 |
+
"flask_server": false,
|
13 |
+
"version": "4.27.0",
|
14 |
+
"fake_gpu": false
|