Spaces:
Running
Running
File size: 275 Bytes
da9eda8 d4cfaef da9eda8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[project]
name = "saliencymapdemo"
version = "0.0.13"
description = "SaliencyMapDemo"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.13.1",
"gradio-client>=1.6.0",
"opencv-contrib-python>=4.11.0.86",
"opencv-python>=4.11.0.86",
]
|