conrad 6 months ago
parent
commit
f3b98c0ccb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 * 如何啟動: python3 main.py
-* ignore : static/tts/、static/image/
+* ignore : static/
 * 放到 .83上的時候 main.py 最下面一行改成 uvicorn.run("main:app", host="0.0.0.0", port=9101, reload=False)
 * speech2text.py 由 Tomoya 撰寫,其餘為 Mia
 * 安裝套件:pip install -r requirements.txt