kenken999 commited on
Commit
586ac69
·
1 Parent(s): c146beb
Files changed (2) hide show
  1. app.py +2 -2
  2. chat_history.db +1 -1
app.py CHANGED
@@ -33,5 +33,5 @@ import os
33
  from llamafactory.webui.interface import create_ui
34
 
35
  if __name__ == "__main__":
36
- #uvicorn.run("mysite.asgi:app", host="0.0.0.0", port=7860)
37
- uvicorn.run("mysite.asgi:app", host="0.0.0.0", port=7860, reload=True)
 
33
  from llamafactory.webui.interface import create_ui
34
 
35
  if __name__ == "__main__":
36
+ uvicorn.run("mysite.asgi:app", host="0.0.0.0", port=7860)
37
+ #uvicorn.run("mysite.asgi:app", host="0.0.0.0", port=7860, reload=True)
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f355ad162f66ed02913b99f4fc97d556708af292e704ee14c9934a7e1701840
3
  size 1863680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d4ebce211e30a908b0e8495b782b7da2bebbbfc9fe437c1e77528dc928c08bb
3
  size 1863680