Spaces:
Running
on
Zero
Running
on
Zero
pundhirdevvrat
commited on
Commit
•
031aa26
1
Parent(s):
6082621
update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def generate_image(prompt, negative_prompt, height, width, num_inference_steps,
|
|
51 |
return image, seed
|
52 |
|
53 |
description = """
|
54 |
-
<p align="center">
|
55 |
<p><center>
|
56 |
<a href="https://kolors.kuaishou.com/" target="_blank">[Official Website]</a>
|
57 |
<a href="https://github.com/Kwai-Kolors/Kolors/blob/master/imgs/Kolors_paper.pdf" target="_blank">[Tech Report]</a>
|
@@ -81,7 +81,7 @@ iface = gr.Interface(
|
|
81 |
gr.Gallery(label="Result", elem_id="gallery", show_label=False),
|
82 |
gr.Number(label="Seed Used")
|
83 |
],
|
84 |
-
title="
|
85 |
description=description,
|
86 |
theme='bethecloud/storj_theme',
|
87 |
)
|
|
|
51 |
return image, seed
|
52 |
|
53 |
description = """
|
54 |
+
<p align="center">A AI IMAGE GENRATOR TRAINED BY DEV</p>
|
55 |
<p><center>
|
56 |
<a href="https://kolors.kuaishou.com/" target="_blank">[Official Website]</a>
|
57 |
<a href="https://github.com/Kwai-Kolors/Kolors/blob/master/imgs/Kolors_paper.pdf" target="_blank">[Tech Report]</a>
|
|
|
81 |
gr.Gallery(label="Result", elem_id="gallery", show_label=False),
|
82 |
gr.Number(label="Seed Used")
|
83 |
],
|
84 |
+
title="KLINGIMG",
|
85 |
description=description,
|
86 |
theme='bethecloud/storj_theme',
|
87 |
)
|