Spaces:
Running
Running
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,11 +1,3 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
# Start
|
| 3 |
-
|
| 4 |
-
# Start the admin web console in background
|
| 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
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
# Start the Main Image Generator bot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
python bot.py
|