Spaces:
Runtime error
Runtime error
metadata
title: Slot Tagging
emoji: 🏷️
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 3.47.1
python_version: 3.1
app_file: app.py
app_port: 7860
fullWidth: false
pinned: false
hf_oauth: false
disable_embedding: false
license: apache-2.0
tags:
- Natural Language Processing
- Slot Tagging
Slot Tagging
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
- Enter a sentence in the "Context" text box.
- Click the "Tagging" button to see the predicted slot tags highlighted in the text.
Getting Started
To run this demo locally, follow these steps:
- Clone this repository:
git clone https://huggingface.co/spaces/xjlulu/slot_tagging
- Install the required Python dependencies using:
pip install -r requirements.txt
- Run the application with:
python app.py
Configuration
Contact
If you have any questions or feedback, please feel free to contact us.