Spaces:
Sleeping
Sleeping
File size: 186 Bytes
8ffa285 |
1 2 3 4 5 6 7 8 9 10 |
[project]
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
requires-python = ">=3.11"
dependencies = [
"gradio-client>=1.5.4",
]
|