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...
1ee4ff6
MASA_GroundingDINO
/
run.sh
JohanDL
add run.sh
dee17e4
7 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
#!/bin/bash
CONDA_ENV=$(
head
-1 /code/environment_docker.yml |
cut
-d
" "
-f2)
eval
"
$(conda shell.bash hook)
"
conda activate
$CONDA_ENV
python app.py