copilot_test2 / README.md
ursbijju's picture
Initial commit
3d24c5f
---
title: Copilot Test2
emoji: πŸ‘€
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 5.38.0
app_file: app.py
pinned: false
short_description: Space using the Falcon-7B model β€” no OpenAI
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Hugging Face Agent
This is a simple Gradio app that uses a Hugging Face-hosted open-source language model (Falcon-7B-Instruct) for text generation.
## How to Use
1. Clone this repository or upload the files to a Hugging Face Space.
2. Make sure the `requirements.txt` includes `transformers`, `gradio`, and `torch`.
3. The app will launch a Gradio interface where you can chat with the model.
## Model
- [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct)