Spaces:
Build error
Build error
Commit
·
357d4c2
1
Parent(s):
86ea458
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ gr.Interface(
|
|
23 |
lines=1),
|
24 |
outputs=gr.outputs.Image(type="pil", label="Generated Image"),
|
25 |
title="OpenVINO-optimized Stable Diffusion",
|
26 |
-
description="",
|
27 |
examples=examples,
|
28 |
theme="huggingface",
|
29 |
).launch()
|
|
|
23 |
lines=1),
|
24 |
outputs=gr.outputs.Image(type="pil", label="Generated Image"),
|
25 |
title="OpenVINO-optimized Stable Diffusion",
|
26 |
+
description="This is the Optimum-based demo for optimized Stable Diffusion pipeline trained on Pokemon dataset and running with OpenVINO",
|
27 |
examples=examples,
|
28 |
theme="huggingface",
|
29 |
).launch()
|