Spaces:
Sleeping
Sleeping
Commit ·
f9045e9
1
Parent(s): ceac19f
start.sh
CHANGED
|
@@ -2,5 +2,6 @@
|
|
| 2 |
|
| 3 |
# init SQLite DB
|
| 4 |
python create_sqlite_db.py
|
|
|
|
| 5 |
|
| 6 |
-
gunicorn -c gunicorn_config.py rag_gpt_app:app
|
|
|
|
| 2 |
|
| 3 |
# init SQLite DB
|
| 4 |
python create_sqlite_db.py
|
| 5 |
+
gunicorn -b 0.0.0.0:7860 rag_gpt_app:app
|
| 6 |
|
| 7 |
+
# gunicorn -c gunicorn_config.py -b 0.0.0.0:7860 rag_gpt_app:app
|