Update app.py
Browse files
app.py
CHANGED
@@ -886,9 +886,12 @@ with gr.Blocks(title="AI Marketing Content Generator") as demo:
|
|
886 |
### 🛠️ Powered by:
|
887 |
- **Flux AI Model** - State-of-the-art image generation
|
888 |
- **Modal Labs** - GPU infrastructure
|
|
|
889 |
- **MCP Protocol** - Tool integration
|
890 |
- **Gradio** - User interface
|
891 |
|
|
|
|
|
892 |
Made with ❤️ for content creators and marketers
|
893 |
""")
|
894 |
|
|
|
886 |
### 🛠️ Powered by:
|
887 |
- **Flux AI Model** - State-of-the-art image generation
|
888 |
- **Modal Labs** - GPU infrastructure
|
889 |
+
- **AI Prompt Assistant** - Mistral
|
890 |
- **MCP Protocol** - Tool integration
|
891 |
- **Gradio** - User interface
|
892 |
|
893 |
+
Made by RajputVansh
|
894 |
+
Member of Cynaptics Cub, IIT Indore, India
|
895 |
Made with ❤️ for content creators and marketers
|
896 |
""")
|
897 |
|