From eb33012f627c7c760554c77f9b3ed91f6c860198 Mon Sep 17 00:00:00 2001 From: Keycatowo Date: Tue, 7 Mar 2023 10:07:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=85=8D=E5=AE=89?= =?UTF-8?q?=E8=A3=9D=E7=89=88=E6=9C=AC=E5=9F=B7=E8=A1=8C=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc4cd70..e1156bd 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,15 @@ streamlit run home.py --server.maxUploadSize 100 ### 本地端執行(Windows免安裝) 如本地無法安裝Python,可使用包含Python的打包版本,執行方式如下: -+ 至[Release](https://github.com/Keycatowo/music-analysis/releases)下載`music-analysis-package.zip` -+ 解壓縮後,打開`music-analysis-package`資料夾 -+ 執行`run.bat`,即可開啟網頁 ++ 至[Release](https://github.com/Keycatowo/music-analysis/releases)下載 ++ 解壓縮到任意位置,進入資料夾 ++ 執行`run.bat` ++ 在跳出視窗中輸入`streamlit run home.py`,並按下Enter + 如果沒有自動開啟網頁,請至瀏覽器輸入`http://localhost:8501/` ### 網頁範例 因為執行記憶體限制,網頁範例有限制檔案大小,無法上傳過大的音樂檔案。 + [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://nthu-music-tools.streamlit.app/)