CoolFace
Apppublic

xuejinlu/slot_tagging

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
App README

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

  1. 1.Enter a sentence in the "Context" text box.
  2. 2.Click the "Tagging" button to see the predicted slot tags highlighted in the text.

Getting Started

To run this demo locally, follow these steps:

  1. 1.Clone this repository:
python
  git clone https://huggingface.co/spaces/xjlulu/slot_tagging
  1. 1.Install the required Python dependencies using:
python
  pip install -r requirements.txt
  1. 1.Run the application with:
python
  python app.py

Configuration

Gradio Version Python Version

Contact

If you have any questions or feedback, please feel free to contact us.