Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ iface = gr.Interface(
|
|
| 51 |
inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
|
| 52 |
outputs="image",
|
| 53 |
title="Coloring Book XL Image Generator",
|
| 54 |
-
description="Powered by the generous GPU time from
|
| 55 |
examples=[["Cute Panda"], ["Little Penguin"]]
|
| 56 |
)
|
| 57 |
|
|
|
|
| 51 |
inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
|
| 52 |
outputs="image",
|
| 53 |
title="Coloring Book XL Image Generator",
|
| 54 |
+
description="Powered by the generous GPU time from YOURTOOL.COM, excels at creating Coloring Book -themed images across a wide range of subjects. Optimized for 1024x1024 resolution, it incorporates the specific tag 'Coloring Book, ColoringBookAF' directly in the HF Space for ease of use.",
|
| 55 |
examples=[["Cute Panda"], ["Little Penguin"]]
|
| 56 |
)
|
| 57 |
|