Browse Source

Merge branch 'master' of http://114.244.114.158:8802/siwei/siwei_ai

gushoubang 8 months ago
parent
commit
363a9d1202
2 changed files with 5 additions and 6 deletions
  1. 4 5
      app.py
  2. 1 1
      templates/index.html

File diff suppressed because it is too large
+ 4 - 5
app.py


+ 1 - 1
templates/index.html

@@ -59,7 +59,7 @@
         };
         };
 
 
         function sendToBackend(transcript) {
         function sendToBackend(transcript) {
-            fetch('http://127.0.0.1:5000/msg', {
+            fetch('http://192.168.60.6:5000/msg', {
                 method: 'POST',
                 method: 'POST',
                 headers: {
                 headers: {
                     'Content-Type': 'application/json',
                     'Content-Type': 'application/json',

Some files were not shown because too many files changed in this diff