update port num (#214)

update port num 7860 -> 7968
This commit is contained in:
HongCheng 2024-04-22 14:42:52 +09:00 committed by GitHub
commit 10b7deccbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
app.py
View File

@ -13,6 +13,6 @@ elif model == "EmoLLM_Model":
elif model == "Llama3_Model":
os.system("python download_model.py chg0901/EmoLLM-Llama3-8B-Instruct2.0")
# os.system('streamlit run web_demo-Llama3_online.py --server.address=0.0.0.0 --server.port 7860')
os.system('streamlit run web_demo-Llama3_online.py --server.address=0.0.0.0 --server.port 7860')
os.system('streamlit run web_demo-Llama3_online.py --server.address=0.0.0.0 --server.port 7968')
else:
print("Please select one model")