Spaces:
Sleeping
Sleeping
Merge branch 'main' of hf.co:spaces/muryshev/generic-chatbot-backend
Browse files
main.py
CHANGED
@@ -77,7 +77,7 @@ if __name__ == "__main__":
|
|
77 |
uvicorn.run(
|
78 |
"main:app",
|
79 |
host="localhost",
|
80 |
-
port=
|
81 |
-
reload=
|
82 |
-
workers=
|
83 |
)
|
|
|
77 |
uvicorn.run(
|
78 |
"main:app",
|
79 |
host="localhost",
|
80 |
+
port=7860,
|
81 |
+
reload=False,
|
82 |
+
workers=4
|
83 |
)
|