Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sifal
/
Pokemon_classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sifal
commited on
Dec 11, 2024
Commit
30fd55a
·
verified
·
1 Parent(s):
2ddd646
Create 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.yml | cut -d" " -f2)
3
+
eval "$(conda shell.bash hook)"
4
+
conda activate $CONDA_ENV
5
+
python app.py