Spaces:
Runtime error
Runtime error
| env: | |
| conda create -n segment-anything python=3.9 | |
| setup: | |
| pip install -r requirements.txt | |
| run: | |
| gradio app.py | |
| env: | |
| conda create -n segment-anything python=3.9 | |
| setup: | |
| pip install -r requirements.txt | |
| run: | |
| gradio app.py | |