Spaces:
Build error
Build error
Commit
·
b85f1a6
1
Parent(s):
357d4c2
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,5 @@ gr.Interface(
|
|
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()
|
|
|
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 |
theme="huggingface",
|
28 |
).launch()
|