Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JohanDL
/
MASA_GroundingDINO
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JohanDL
commited on
Jun 18, 2024
Commit
dee17e4
·
1 Parent(s):
b827dd9
add run.sh
Browse files
Files changed (1)
hide
show
run.sh
+5
-0
run.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
CONDA_ENV=$(head -1 /code/environment_docker.yml | cut -d" " -f2)
3
+
eval "$(conda shell.bash hook)"
4
+
conda activate $CONDA_ENV
5
+
python app.py