Spaces:
Sleeping
Sleeping
j
commited on
Commit
·
97016bb
1
Parent(s):
6d0755c
typo
Browse files- app/webservice.py +1 -1
app/webservice.py
CHANGED
@@ -163,7 +163,7 @@ async def asr(
|
|
163 |
@app.get("/reascripts", response_class=HTMLResponse)
|
164 |
def list_files(request: Request):
|
165 |
|
166 |
-
files = os.listdir("./app/static/reascripts/
|
167 |
files_paths = sorted([f"{request.url._url}/{f}" for f in files])
|
168 |
print(files_paths)
|
169 |
return templates.TemplateResponse(
|
|
|
163 |
@app.get("/reascripts", response_class=HTMLResponse)
|
164 |
def list_files(request: Request):
|
165 |
|
166 |
+
files = os.listdir("./app/static/reascripts/ReaSpeech")
|
167 |
files_paths = sorted([f"{request.url._url}/{f}" for f in files])
|
168 |
print(files_paths)
|
169 |
return templates.TemplateResponse(
|