Spaces:
Running
Running
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
python admin.py &
|
| 6 |
|
| 7 |
# Start the Chat bot in background
|
| 8 |
-
|
| 9 |
|
| 10 |
# Start the Image Generator bot (main process)
|
| 11 |
python bot.py
|
|
|
|
| 5 |
python admin.py &
|
| 6 |
|
| 7 |
# Start the Chat bot in background
|
| 8 |
+
python chat_bot.py &
|
| 9 |
|
| 10 |
# Start the Image Generator bot (main process)
|
| 11 |
python bot.py
|