--- 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)