Spaces:
Running
on
Zero
Running
on
Zero
tes
Browse files- app.py +2 -2
- chat_history.db +2 -2
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 |
-
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b40e9d302f4596b8cde53c36bb7828b965416c12e7cdbd062a3656ab0fd24e56
|
3 |
+
size 1863680
|