vikramvasudevan commited on
Commit
04d92b5
·
verified ·
1 Parent(s): f534fbb

Upload folder using huggingface_hub

Browse files
.github/workflows/update_space.yml CHANGED
@@ -18,11 +18,13 @@ jobs:
18
  with:
19
  python-version: '3.9'
20
 
21
- - name: Install Gradio
22
- run: python -m pip install gradio
 
 
23
 
24
  - name: Log in to Hugging Face
25
- run: python -c 'import huggingface_hub; huggingface_hub.login(token="${{ secrets.hf_token }}")'
26
 
27
  - name: Deploy to Spaces
28
  run: gradio deploy
 
18
  with:
19
  python-version: '3.9'
20
 
21
+ - name: Install dependencies
22
+ run: |
23
+ pip install --upgrade pip
24
+ pip install "huggingface_hub==0.25.2" "gradio>=4.41.0"
25
 
26
  - name: Log in to Hugging Face
27
+ run: huggingface-cli login --token ${{ secrets.hf_token }}
28
 
29
  - name: Deploy to Spaces
30
  run: gradio deploy
static/assets/.env.local CHANGED
@@ -1,5 +1,5 @@
1
  IS_LOCAL=true
2
- API_URL=http://10.0.2.2: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
 
1
  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
static/assets/NOTICES CHANGED
@@ -2634,6 +2634,7 @@ fake_async
2634
  cloud_firestore_web
2635
  firebase_core
2636
  firebase_core_platform_interface
 
2637
 
2638
  // Copyright 2017 The Chromium Authors. All rights reserved.
2639
  //
@@ -2925,28 +2926,20 @@ SUCH DAMAGE.
2925
  --------------------------------------------------------------------------------
2926
  cross_file
2927
  flutter_markdown
2928
- go_router
2929
  in_app_purchase
2930
  in_app_purchase_platform_interface
2931
  path_provider
2932
- path_provider_android
2933
- path_provider_foundation
2934
  path_provider_linux
2935
  path_provider_platform_interface
2936
  path_provider_windows
2937
  plugin_platform_interface
2938
  shared_preferences
2939
- shared_preferences_android
2940
- shared_preferences_foundation
2941
  shared_preferences_linux
2942
  shared_preferences_platform_interface
2943
  shared_preferences_web
2944
  shared_preferences_windows
2945
  url_launcher
2946
- url_launcher_android
2947
- url_launcher_ios
2948
  url_launcher_linux
2949
- url_launcher_macos
2950
  url_launcher_platform_interface
2951
  url_launcher_windows
2952
  webview_flutter
@@ -5695,6 +5688,65 @@ firebase_core_web
5695
  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5696
  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5697
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5698
  --------------------------------------------------------------------------------
5699
  fixnum
5700
  stack_trace
@@ -11049,6 +11101,44 @@ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11049
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11050
  FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
11051
  IN THE MATERIALS.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11052
  --------------------------------------------------------------------------------
11053
  google_mobile_ads
11054
 
@@ -28645,36 +28735,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28645
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28646
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28647
  THE SOFTWARE.
28648
- --------------------------------------------------------------------------------
28649
- in_app_purchase_android
28650
- in_app_purchase_storekit
28651
-
28652
- Copyright 2013 The Flutter Authors
28653
-
28654
- Redistribution and use in source and binary forms, with or without modification,
28655
- are permitted provided that the following conditions are met:
28656
-
28657
- * Redistributions of source code must retain the above copyright
28658
- notice, this list of conditions and the following disclaimer.
28659
- * Redistributions in binary form must reproduce the above
28660
- copyright notice, this list of conditions and the following
28661
- disclaimer in the documentation and/or other materials provided
28662
- with the distribution.
28663
- * Neither the name of Google Inc. nor the names of its
28664
- contributors may be used to endorse or promote products derived
28665
- from this software without specific prior written permission.
28666
-
28667
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
28668
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28669
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28670
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
28671
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28672
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28673
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
28674
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28675
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28676
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28677
-
28678
  --------------------------------------------------------------------------------
28679
  in_app_update
28680
 
 
2634
  cloud_firestore_web
2635
  firebase_core
2636
  firebase_core_platform_interface
2637
+ firebase_messaging
2638
 
2639
  // Copyright 2017 The Chromium Authors. All rights reserved.
2640
  //
 
2926
  --------------------------------------------------------------------------------
2927
  cross_file
2928
  flutter_markdown
 
2929
  in_app_purchase
2930
  in_app_purchase_platform_interface
2931
  path_provider
 
 
2932
  path_provider_linux
2933
  path_provider_platform_interface
2934
  path_provider_windows
2935
  plugin_platform_interface
2936
  shared_preferences
 
 
2937
  shared_preferences_linux
2938
  shared_preferences_platform_interface
2939
  shared_preferences_web
2940
  shared_preferences_windows
2941
  url_launcher
 
 
2942
  url_launcher_linux
 
2943
  url_launcher_platform_interface
2944
  url_launcher_windows
2945
  webview_flutter
 
5688
  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5689
  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5690
 
5691
+ --------------------------------------------------------------------------------
5692
+ firebase_messaging_platform_interface
5693
+
5694
+ Copyright 2020, the Chromium project authors. All rights reserved.
5695
+ Redistribution and use in source and binary forms, with or without
5696
+ modification, are permitted provided that the following conditions are
5697
+ met:
5698
+
5699
+ * Redistributions of source code must retain the above copyright
5700
+ notice, this list of conditions and the following disclaimer.
5701
+ * Redistributions in binary form must reproduce the above
5702
+ copyright notice, this list of conditions and the following
5703
+ disclaimer in the documentation and/or other materials provided
5704
+ with the distribution.
5705
+ * Neither the name of Google Inc. nor the names of its
5706
+ contributors may be used to endorse or promote products derived
5707
+ from this software without specific prior written permission.
5708
+
5709
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5710
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5711
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5712
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5713
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5714
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5715
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5716
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5717
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5718
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5719
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5720
+ --------------------------------------------------------------------------------
5721
+ firebase_messaging_web
5722
+
5723
+ // Copyright 2020 The Chromium Authors. All rights reserved.
5724
+ //
5725
+ // Redistribution and use in source and binary forms, with or without
5726
+ // modification, are permitted provided that the following conditions are
5727
+ // met:
5728
+ //
5729
+ // * Redistributions of source code must retain the above copyright
5730
+ // notice, this list of conditions and the following disclaimer.
5731
+ // * Redistributions in binary form must reproduce the above
5732
+ // copyright notice, this list of conditions and the following disclaimer
5733
+ // in the documentation and/or other materials provided with the
5734
+ // distribution.
5735
+ // * Neither the name of Google Inc. nor the names of its
5736
+ // contributors may be used to endorse or promote products derived from
5737
+ // this software without specific prior written permission.
5738
+ //
5739
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5740
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5741
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5742
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5743
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5744
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5745
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5746
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5747
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5748
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5749
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5750
  --------------------------------------------------------------------------------
5751
  fixnum
5752
  stack_trace
 
11101
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
11102
  FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS
11103
  IN THE MATERIALS.
11104
+ --------------------------------------------------------------------------------
11105
+ go_router
11106
+ in_app_purchase_android
11107
+ in_app_purchase_storekit
11108
+ path_provider_android
11109
+ path_provider_foundation
11110
+ shared_preferences_android
11111
+ shared_preferences_foundation
11112
+ url_launcher_android
11113
+ url_launcher_ios
11114
+ url_launcher_macos
11115
+
11116
+ Copyright 2013 The Flutter Authors
11117
+
11118
+ Redistribution and use in source and binary forms, with or without modification,
11119
+ are permitted provided that the following conditions are met:
11120
+
11121
+ * Redistributions of source code must retain the above copyright
11122
+ notice, this list of conditions and the following disclaimer.
11123
+ * Redistributions in binary form must reproduce the above
11124
+ copyright notice, this list of conditions and the following
11125
+ disclaimer in the documentation and/or other materials provided
11126
+ with the distribution.
11127
+ * Neither the name of Google Inc. nor the names of its
11128
+ contributors may be used to endorse or promote products derived
11129
+ from this software without specific prior written permission.
11130
+
11131
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
11132
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
11133
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
11134
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
11135
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
11136
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
11137
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
11138
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11139
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
11140
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11141
+
11142
  --------------------------------------------------------------------------------
11143
  google_mobile_ads
11144
 
 
28735
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28736
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28737
  THE SOFTWARE.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28738
  --------------------------------------------------------------------------------
28739
  in_app_update
28740
 
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: "3966567640"
42
  }
43
  });
 
38
 
39
  _flutter.loader.load({
40
  serviceWorkerSettings: {
41
+ serviceWorkerVersion: "1970961415"
42
  }
43
  });
static/flutter_service_worker.js CHANGED
@@ -12,8 +12,8 @@ const RESOURCES = {"assets/AssetManifest.bin": "5b001302cf5952a6953ae356dcac126b
12
  "assets/assets/scriptures/default.jpg": "34bb646134c531b02c4b2fdd29119881",
13
  "assets/assets/thiruman_banner.jpg": "34bb646134c531b02c4b2fdd29119881",
14
  "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
15
- "assets/fonts/MaterialIcons-Regular.otf": "a5baa04a39742db93f0e1791c053e657",
16
- "assets/NOTICES": "12117d3ffb477282c2130a5e60e54931",
17
  "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "33b7d9392238c04c131b6ce224e13711",
18
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.css": "5a8d0222407e388155d7d1395a75d5b9",
19
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.html": "16911fcc170c8af1c5457940bd0bf055",
@@ -35,16 +35,16 @@ const RESOURCES = {"assets/AssetManifest.bin": "5b001302cf5952a6953ae356dcac126b
35
  "canvaskit/skwasm_heavy.wasm": "8034ad26ba2485dab2fd49bdd786837b",
36
  "favicon.png": "74afc5494e90462fd4f3903ec8271c53",
37
  "flutter.js": "888483df48293866f9f41d3d9274a779",
38
- "flutter_bootstrap.js": "50a87a4b1e702f694c6795d2388d1c29",
39
  "icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
40
  "icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
41
  "icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
42
  "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
43
  "index.html": "155745e967e3e0ecf6d7333ea445658e",
44
  "/": "155745e967e3e0ecf6d7333ea445658e",
45
- "main.dart.js": "199ad2e1d136f7be07575f7000194d74",
46
  "manifest.json": "9d43d4621f8c3ed75ad4ffe729655ecc",
47
- "version.json": "b2888723738ca4a023a0cc5d9427f0e0"};
48
  // The application shell files that are downloaded before a service worker can
49
  // start.
50
  const CORE = ["main.dart.js",
 
12
  "assets/assets/scriptures/default.jpg": "34bb646134c531b02c4b2fdd29119881",
13
  "assets/assets/thiruman_banner.jpg": "34bb646134c531b02c4b2fdd29119881",
14
  "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
15
+ "assets/fonts/MaterialIcons-Regular.otf": "9ee1d7fb6482e5181b50b13664929e93",
16
+ "assets/NOTICES": "81bb8caa5fb1d366bb6a83bcbc62b753",
17
  "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "33b7d9392238c04c131b6ce224e13711",
18
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.css": "5a8d0222407e388155d7d1395a75d5b9",
19
  "assets/packages/flutter_inappwebview/assets/t_rex_runner/t-rex.html": "16911fcc170c8af1c5457940bd0bf055",
 
35
  "canvaskit/skwasm_heavy.wasm": "8034ad26ba2485dab2fd49bdd786837b",
36
  "favicon.png": "74afc5494e90462fd4f3903ec8271c53",
37
  "flutter.js": "888483df48293866f9f41d3d9274a779",
38
+ "flutter_bootstrap.js": "d5183e4d85869bf6efd620c6882aaf14",
39
  "icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
40
  "icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
41
  "icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
42
  "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
43
  "index.html": "155745e967e3e0ecf6d7333ea445658e",
44
  "/": "155745e967e3e0ecf6d7333ea445658e",
45
+ "main.dart.js": "4cdd04fe76adb8a7bc4460383e9b9444",
46
  "manifest.json": "9d43d4621f8c3ed75ad4ffe729655ecc",
47
+ "version.json": "39fc76d4d085ee4085871aba75598f8b"};
48
  // The application shell files that are downloaded before a service worker can
49
  // start.
50
  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.90","build_number":"115","package_name":"bhashyam_ai"}
 
1
+ {"app_name":"bhashyam_ai","version":"1.0.90","build_number":"122","package_name":"bhashyam_ai"}