Spaces:
Sleeping
Sleeping
File size: 874 Bytes
c5066e6 0e4546f c5066e6 0e4546f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
title: My Workflow App
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.34.2
app_file: app.py
pinned: false
---
# My Workflow App
A workflow application created with MOUSE Workflow builder.
## π API Configuration
This app requires API keys to function properly. Please add the following secrets in your Space settings:
### For VIDraft (Gemma-3-r1984-27B):
- **Secret Name**: `FRIENDLI_TOKEN`
- **Secret Value**: Your VIDraft API token (starts with `flp_`)
- **Status**: β
Already configured
### For OpenAI (gpt-4.1-mini):
- **Secret Name**: `OPENAI_API_KEY`
- **Secret Value**: Your OpenAI API key (starts with `sk-`)
- **Status**: β Needs to be added manually
## π How to add secrets:
1. Go to your Space settings
2. Click on "Repository secrets"
3. Add the required secrets
4. Restart your Space
---
Generated by MOUSE Workflow
|