Spaces:
Build error
Build error
A newer version of the Gradio SDK is available:
5.19.0
metadata
title: Prompt Lemmatizer
emoji: 🐢
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 3.35.2
app_file: app.py
pinned: false
Prompt Lemmatizer
Try it out on 🤗 Spaces
A simple app to compare the effect of lemmatization on prompts
This is a demo just for fun 🥳 Feel free to open a PR for improvements!
It's been built with Haystack using the PromptNode
.
To learn more about the PromptNode
Check out our tutorial on the PromptNode and how to create your own templates here
Installation and Running
- Install requirements:
pip install -r requirements.txt
- Run the gradio app:
python app.py
This will start up the app on http://127.0.0.1:7860
.