Spaces:
Sleeping
Sleeping
File size: 692 Bytes
52b638f 49f52ec 52b638f 49f52ec 52b638f 60f49cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: AgentTools
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.0.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: testing smolagent tools creation
---
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
accelerate required for base tools (pipeline tool)
#pip install -r requirements.txt --ignore-installed torchaudio
#pip install -r requirements.txt --no-deps
#without torchaudio:
pip install -e ../smolagents/
#launch in dev (hotreload )
gradio app.py |