Spaces:
Sleeping
Sleeping
| [project] | |
| name = "final-assignment-template" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "datasets>=3.5.1", | |
| "gradio[oauth]>=5.28.0", | |
| "langchain>=0.3.24", | |
| "langchain-community>=0.3.23", | |
| "requests>=2.32.3", | |
| "transformers>=4.51.3", | |
| ] | |