--- title: Slot Tagging emoji: 😻 colorFrom: purple colorTo: yellow sdk: gradio sdk_version: 3.47.1 python_version: 3.10 app_file: app.py app_port: 7860 fullWidth: false pinned: false hf_oauth: false disable_embedding: false license: apache-2.0 tags: - NLP - Slot Tagging --- Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference # Slot Tagging ![Demo](https://your-demo-url-here.com) This is a Slot Tagging demo powered by Gradio. It allows you to enter a sentence, and it will predict and highlight the slots in the text. ## Usage 1. Enter a sentence in the text box. 2. Click the "Submit" button to see the predicted slots highlighted in the text. ## Getting Started To run this demo locally, follow these steps: 1. Clone this repository. 2. Install the required dependencies listed in the `requirements.txt` file. 3. Run the `app.py` file using Python. ```bash python app.py