Spaces:
Running
Running
[project] | |
name = "prompt" | |
version = "0.1.0" | |
description = "Generate prompts for user input in Stable Difussion" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"fastapi>=0.111.0", | |
"loguru>=0.7.3", | |
"pydantic>=2.9.2", | |
"slowapi>=0.1.9", | |
"uvicorn>=0.30.6", | |
] | |