Spaces:
Sleeping
Sleeping
| title: Flowise Gradio App | |
| emoji: 🤖 | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: gradio | |
| sdk_version: "5.0.0" | |
| app_file: app.py | |
| pinned: false | |
| # Welcome to the Gradio App Space | |
| This is an interactive Gradio application deployed on Hugging Face Spaces. | |
| ## Overview | |
| The application is set up to interact with the Flowise API for managing chatflows. It's designed to handle different HTTP operations like GET, POST, PUT, and DELETE. | |
| ### Features | |
| - **Operations**: POST, GET, PUT, DELETE | |
| - **Inputs**: Input Data, Flow ID | |
| ## Instructions | |
| 1. **Install Dependencies**: | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| 2. **Run the App**: | |
| ```bash | |
| gradio app.py | |
| ``` | |
| ## Contact | |
| For questions and inquiries, please contact the project maintainer. | |