Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ with gr.Blocks(title="Image Remixer AI", theme=gr.themes.Soft()) as demo:
|
|
| 95 |
choices=["gemini-2", "gpt image-1"],
|
| 96 |
value="gpt image-1",
|
| 97 |
label="Analysis Model (Used to create a detailed prompt for DALL-E 3 Generation)",
|
| 98 |
-
info="Choose the underlying multimodal model for creative analysis: Gemini 2.5 Flash ('gemini-2') or GPT-4o ('gpt image-1').",
|
| 99 |
scale=1
|
| 100 |
)
|
| 101 |
submit_btn = gr.Button("Remix Images (Requires API Keys)", variant="primary", scale=1)
|
|
|
|
| 95 |
choices=["gemini-2", "gpt image-1"],
|
| 96 |
value="gpt image-1",
|
| 97 |
label="Analysis Model (Used to create a detailed prompt for DALL-E 3 Generation)",
|
| 98 |
+
info="Choose the underlying multimodal model for creative analysis: Gemini 2.5 Flash Live ('gemini-2') or GPT-4o ('gpt image-1').",
|
| 99 |
scale=1
|
| 100 |
)
|
| 101 |
submit_btn = gr.Button("Remix Images (Requires API Keys)", variant="primary", scale=1)
|