rein0421 commited on
Commit
2ea3483
·
verified ·
1 Parent(s): 917a40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,8 @@ process = AudioProcessor()
14
  transcripter = TranscriptionMaker()
15
  app = Flask(__name__)
16
 
 
 
17
  # GASのエンドポイントURL
18
  GAS_URL = "https://script.google.com/macros/s/AKfycbwR2cnMKVU1AxoT9NDaeZaNUaTiwRX64Ul0sH0AU4ccP49Byph-TpxtM_Lwm4G9zLnuYA/exec"
19
 
 
14
  transcripter = TranscriptionMaker()
15
  app = Flask(__name__)
16
 
17
+ CORS(app, origins="*")
18
+
19
  # GASのエンドポイントURL
20
  GAS_URL = "https://script.google.com/macros/s/AKfycbwR2cnMKVU1AxoT9NDaeZaNUaTiwRX64Ul0sH0AU4ccP49Byph-TpxtM_Lwm4G9zLnuYA/exec"
21