Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def enhance_prompt_with_gemini(prompt: str, style: str) -> str:
|
|
| 148 |
|
| 149 |
def generate_marketing_image(prompt: str, style: str = "realistic") -> str:
|
| 150 |
"""
|
| 151 |
-
Generate a professional marketing image using Google
|
| 152 |
|
| 153 |
Args:
|
| 154 |
prompt (str): Description of the marketing image to generate
|
|
|
|
| 148 |
|
| 149 |
def generate_marketing_image(prompt: str, style: str = "realistic") -> str:
|
| 150 |
"""
|
| 151 |
+
Generate a professional marketing image using Google Imagen4.
|
| 152 |
|
| 153 |
Args:
|
| 154 |
prompt (str): Description of the marketing image to generate
|