Spaces:
Running
Running
Update app.py
Browse files
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 |
|