Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ iface = gr.Interface(
|
|
| 45 |
gr.Image(label="Generated Image"),
|
| 46 |
gr.Textbox(label="Status")
|
| 47 |
],
|
| 48 |
-
title="Image Generation with FLUX Schnell",
|
| 49 |
description="Generate images using the FLUX Schnell model via the Together API. You can provide your API key here – it's free until the end of the year!"
|
| 50 |
)
|
| 51 |
|
|
|
|
| 45 |
gr.Image(label="Generated Image"),
|
| 46 |
gr.Textbox(label="Status")
|
| 47 |
],
|
| 48 |
+
title="Image Generation with FLUX Schnell (FREE on Together AI for 3 months)",
|
| 49 |
description="Generate images using the FLUX Schnell model via the Together API. You can provide your API key here – it's free until the end of the year!"
|
| 50 |
)
|
| 51 |
|