Spaces:
Runtime error
Runtime error
Upload entrypoint.sh
Browse files- entrypoint.sh +8 -0
entrypoint.sh
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
source ~/miniconda3/etc/profile.d/conda.sh
|
4 |
+
|
5 |
+
conda activate openmmlab
|
6 |
+
|
7 |
+
cd gradio_app
|
8 |
+
python app.py
|