Spaces:
Runtime error
Runtime error
File size: 112 Bytes
acb3eab |
1 2 3 4 5 6 7 8 9 |
env:
conda create -n segment-anything python=3.9
setup:
pip install -r requirements.txt
run:
gradio app.py
|