Spaces:
Running
Running
File size: 227 Bytes
0fdf3b6 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[project]
name = "talk-to-sambanova"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastrtc[stt,tts]>=0.0.8.post1",
"smolagents>=1.9.2",
]
|