Merge branch 'dev' into main

This commit is contained in:
Anooyman 2024-04-14 12:41:55 +08:00 committed by GitHub
commit 0002531628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
app.py
View File

@ -10,5 +10,4 @@ elif model == "EmoLLM_Model":
os.system("python download_model.py jujimeizuo/EmoLLM_Model") os.system("python download_model.py jujimeizuo/EmoLLM_Model")
os.system('streamlit run web_internlm2.py --server.address=0.0.0.0 --server.port 7860') os.system('streamlit run web_internlm2.py --server.address=0.0.0.0 --server.port 7860')
else: else:
print("Please select one model") print("Please select one model")