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