Spaces:
Runtime error
Runtime error
Commit ·
5db10a1
1
Parent(s): ee9e136
Debug
Browse files- app.py +1 -1
- start_service.sh +4 -0
app.py
CHANGED
|
@@ -291,4 +291,4 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
| 291 |
|
| 292 |
|
| 293 |
if __name__ == "__main__":
|
| 294 |
-
demo.launch(
|
|
|
|
| 291 |
|
| 292 |
|
| 293 |
if __name__ == "__main__":
|
| 294 |
+
demo.launch()
|
start_service.sh
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
cd ~/app
|
| 3 |
python ./app.py
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
/data/OpenAgent/run_toolgen_service.sh >> /data/OpenAgent/log.txt 2>&1 &
|
| 3 |
+
|
| 4 |
+
/data/StableToolBench/run_stabletoolbench_service.sh >> /data/StableToolBench/log.txt 2>&1 &
|
| 5 |
+
|
| 6 |
cd ~/app
|
| 7 |
python ./app.py
|