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