Spaces:
Running
Running
File size: 255 Bytes
a134dbf |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[project]
name = "FurnitureBlendingDemoAPI"
version = "0.1.0"
description = "Furniture blending demo API"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio",
"gradio-imageslider",
"pillow",
"requests",
"numpy",
] |