14 lines
182 B
YAML
14 lines
182 B
YAML
channels:
|
|
- defaults
|
|
dependencies:
|
|
- python=3.12
|
|
- numpy
|
|
- pillow
|
|
- pip
|
|
- pip:
|
|
- fastapi
|
|
- uvicorn
|
|
- pydantic
|
|
- gradio
|
|
- python-multipart
|
|
- Pyro5
|