Spaces:
Running
Running
File size: 295 Bytes
6f46aeb f49bcc1 6f46aeb 11884e3 6f46aeb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "code-assignment-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"black>=25.1.0",
"datasets>=3.2.0",
"gradio[oauth]==5.15.0",
"huggingface-hub>=0.28.0",
"ipykernel>=6.29.5",
]
|