Spaces:
Sleeping
Sleeping
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 |