Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files- static/assets/.env.local +2 -1
- static/assets/.env.prod +2 -1
- static/assets/NOTICES +31 -0
- static/assets/fonts/MaterialIcons-Regular.otf +0 -0
- static/flutter_bootstrap.js +1 -1
- static/flutter_service_worker.js +5 -5
- static/main.dart.js +0 -0
- static/version.json +1 -1
static/assets/.env.local
CHANGED
|
@@ -2,4 +2,5 @@ IS_LOCAL=true
|
|
| 2 |
API_URL=http://localhost:7860/api
|
| 3 |
OPENAD_UNIT_ID=ca-app-pub-3940256099942544/3419835294
|
| 4 |
DONATION_UPI_ID=test_vasudevan.vikram@okicici
|
| 5 |
-
DONATION_UPI_PAYEE_NAME=Test Vikram Vasudevan
|
|
|
|
|
|
| 2 |
API_URL=http://localhost:7860/api
|
| 3 |
OPENAD_UNIT_ID=ca-app-pub-3940256099942544/3419835294
|
| 4 |
DONATION_UPI_ID=test_vasudevan.vikram@okicici
|
| 5 |
+
DONATION_UPI_PAYEE_NAME=Test Vikram Vasudevan
|
| 6 |
+
WEB_VAPID_KEY=BHwLyBpjxqjLRRnbUIotQSGcFQcWIKXsxPniuPoiXPZRoEQ3bRiPoocTpmzn8xdvaRM0Fbcr6KBN7uHbeHq2niM
|
static/assets/.env.prod
CHANGED
|
@@ -2,4 +2,5 @@ IS_LOCAL=false
|
|
| 2 |
API_URL=https://vikramvasudevan-sanatan-ai.hf.space/api
|
| 3 |
OPENAD_UNIT_ID=ca-app-pub-7447154214751201/7076024360
|
| 4 |
DONATION_UPI_ID=vasudevan.vikram@okicici
|
| 5 |
-
DONATION_UPI_PAYEE_NAME=Vikram Vasudevan
|
|
|
|
|
|
| 2 |
API_URL=https://vikramvasudevan-sanatan-ai.hf.space/api
|
| 3 |
OPENAD_UNIT_ID=ca-app-pub-7447154214751201/7076024360
|
| 4 |
DONATION_UPI_ID=vasudevan.vikram@okicici
|
| 5 |
+
DONATION_UPI_PAYEE_NAME=Vikram Vasudevan
|
| 6 |
+
WEB_VAPID_KEY=BHwLyBpjxqjLRRnbUIotQSGcFQcWIKXsxPniuPoiXPZRoEQ3bRiPoocTpmzn8xdvaRM0Fbcr6KBN7uHbeHq2niM
|
static/assets/NOTICES
CHANGED
|
@@ -28899,6 +28899,37 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
| 28899 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 28900 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 28901 |
SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28902 |
--------------------------------------------------------------------------------
|
| 28903 |
json
|
| 28904 |
|
|
|
|
| 28899 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 28900 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 28901 |
SOFTWARE.
|
| 28902 |
+
--------------------------------------------------------------------------------
|
| 28903 |
+
intl
|
| 28904 |
+
|
| 28905 |
+
Copyright 2013, the Dart project authors.
|
| 28906 |
+
|
| 28907 |
+
Redistribution and use in source and binary forms, with or without
|
| 28908 |
+
modification, are permitted provided that the following conditions are
|
| 28909 |
+
met:
|
| 28910 |
+
|
| 28911 |
+
* Redistributions of source code must retain the above copyright
|
| 28912 |
+
notice, this list of conditions and the following disclaimer.
|
| 28913 |
+
* Redistributions in binary form must reproduce the above
|
| 28914 |
+
copyright notice, this list of conditions and the following
|
| 28915 |
+
disclaimer in the documentation and/or other materials provided
|
| 28916 |
+
with the distribution.
|
| 28917 |
+
* Neither the name of Google LLC nor the names of its
|
| 28918 |
+
contributors may be used to endorse or promote products derived
|
| 28919 |
+
from this software without specific prior written permission.
|
| 28920 |
+
|
| 28921 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 28922 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 28923 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 28924 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 28925 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 28926 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 28927 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 28928 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 28929 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 28930 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 28931 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 28932 |
+
|
| 28933 |
--------------------------------------------------------------------------------
|
| 28934 |
json
|
| 28935 |
|
static/assets/fonts/MaterialIcons-Regular.otf
CHANGED
|
Binary files a/static/assets/fonts/MaterialIcons-Regular.otf and b/static/assets/fonts/MaterialIcons-Regular.otf differ
|
|
|
static/flutter_bootstrap.js
CHANGED
|
@@ -38,6 +38,6 @@ _flutter.buildConfig = {"engineRevision":"ddf47dd3ff96dbde6d9c614db0d7f019d7c7a2
|
|
| 38 |
|
| 39 |
_flutter.loader.load({
|
| 40 |
serviceWorkerSettings: {
|
| 41 |
-
serviceWorkerVersion: "
|
| 42 |
}
|
| 43 |
});
|
|
|
|
| 38 |
|
| 39 |
_flutter.loader.load({
|
| 40 |
serviceWorkerSettings: {
|
| 41 |
+
serviceWorkerVersion: "1625535735"
|
| 42 |
}
|
| 43 |
});
|
static/flutter_service_worker.js
CHANGED
|
@@ -17,8 +17,8 @@ const RESOURCES = {"assets/AssetManifest.bin": "1b6e81d215d35b84735e3bac9f9afaad
|
|
| 17 |
"assets/assets/scriptures/default.jpg": "34bb646134c531b02c4b2fdd29119881",
|
| 18 |
"assets/assets/thiruman_banner.jpg": "34bb646134c531b02c4b2fdd29119881",
|
| 19 |
"assets/FontManifest.json": "d4a8d45844bfcdc2b484bfd5676f4e35",
|
| 20 |
-
"assets/fonts/MaterialIcons-Regular.otf": "
|
| 21 |
-
"assets/NOTICES": "
|
| 22 |
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "33b7d9392238c04c131b6ce224e13711",
|
| 23 |
"assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.css": "5a8d0222407e388155d7d1395a75d5b9",
|
| 24 |
"assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.html": "16911fcc170c8af1c5457940bd0bf055",
|
|
@@ -41,16 +41,16 @@ const RESOURCES = {"assets/AssetManifest.bin": "1b6e81d215d35b84735e3bac9f9afaad
|
|
| 41 |
"favicon.png": "74afc5494e90462fd4f3903ec8271c53",
|
| 42 |
"firebase-messaging-sw.js": "1113ec012351fc1e47a956abbacab353",
|
| 43 |
"flutter.js": "888483df48293866f9f41d3d9274a779",
|
| 44 |
-
"flutter_bootstrap.js": "
|
| 45 |
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
|
| 46 |
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
|
| 47 |
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
|
| 48 |
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
|
| 49 |
"index.html": "155745e967e3e0ecf6d7333ea445658e",
|
| 50 |
"/": "155745e967e3e0ecf6d7333ea445658e",
|
| 51 |
-
"main.dart.js": "
|
| 52 |
"manifest.json": "9d43d4621f8c3ed75ad4ffe729655ecc",
|
| 53 |
-
"version.json": "
|
| 54 |
// The application shell files that are downloaded before a service worker can
|
| 55 |
// start.
|
| 56 |
const CORE = ["main.dart.js",
|
|
|
|
| 17 |
"assets/assets/scriptures/default.jpg": "34bb646134c531b02c4b2fdd29119881",
|
| 18 |
"assets/assets/thiruman_banner.jpg": "34bb646134c531b02c4b2fdd29119881",
|
| 19 |
"assets/FontManifest.json": "d4a8d45844bfcdc2b484bfd5676f4e35",
|
| 20 |
+
"assets/fonts/MaterialIcons-Regular.otf": "3ba844f788f0fafabf984c9f87efe6a2",
|
| 21 |
+
"assets/NOTICES": "955345a17b1dfa8b24af2dcc42ec0077",
|
| 22 |
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "33b7d9392238c04c131b6ce224e13711",
|
| 23 |
"assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.css": "5a8d0222407e388155d7d1395a75d5b9",
|
| 24 |
"assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.html": "16911fcc170c8af1c5457940bd0bf055",
|
|
|
|
| 41 |
"favicon.png": "74afc5494e90462fd4f3903ec8271c53",
|
| 42 |
"firebase-messaging-sw.js": "1113ec012351fc1e47a956abbacab353",
|
| 43 |
"flutter.js": "888483df48293866f9f41d3d9274a779",
|
| 44 |
+
"flutter_bootstrap.js": "92ed53b2bdab66937efa094d5c5c63a4",
|
| 45 |
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
|
| 46 |
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
|
| 47 |
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
|
| 48 |
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
|
| 49 |
"index.html": "155745e967e3e0ecf6d7333ea445658e",
|
| 50 |
"/": "155745e967e3e0ecf6d7333ea445658e",
|
| 51 |
+
"main.dart.js": "5b2946f4854080c0a107fab2de65b9cb",
|
| 52 |
"manifest.json": "9d43d4621f8c3ed75ad4ffe729655ecc",
|
| 53 |
+
"version.json": "3ecb688a75f5d1b3a1dfedd7f27707b0"};
|
| 54 |
// The application shell files that are downloaded before a service worker can
|
| 55 |
// start.
|
| 56 |
const CORE = ["main.dart.js",
|
static/main.dart.js
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
static/version.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"app_name":"bhashyam_ai","version":"1.0.91","build_number":"
|
|
|
|
| 1 |
+
{"app_name":"bhashyam_ai","version":"1.0.91","build_number":"144","package_name":"bhashyam_ai"}
|