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

1
app.py
View File

@ -11,4 +11,3 @@ elif model == "EmoLLM_Model":
os.system('streamlit run web_internlm2.py --server.address=0.0.0.0 --server.port 7860')
else:
print("Please select one model")