A-yum1 commited on
Commit
18b1dec
·
1 Parent(s): 5091172

Update app.py

Browse files
__pycache__/process.cpython-310.pyc CHANGED
Binary files a/__pycache__/process.cpython-310.pyc and b/__pycache__/process.cpython-310.pyc differ
 
__pycache__/transcription.cpython-310.pyc CHANGED
Binary files a/__pycache__/transcription.cpython-310.pyc and b/__pycache__/transcription.cpython-310.pyc differ
 
app.py CHANGED
@@ -11,7 +11,7 @@ transcription = TranscriptionMaker()
11
  app = Flask(__name__)
12
 
13
  users = []
14
- segments_dir=""
15
 
16
  # トップページ(テンプレート: index.html)
17
  @app.route('/')
 
11
  app = Flask(__name__)
12
 
13
  users = []
14
+ segments_dir = ""
15
 
16
  # トップページ(テンプレート: index.html)
17
  @app.route('/')