AlexKoff88 commited on
Commit
0ee3f65
·
1 Parent(s): 2b7c6f5

Updated description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,6 +42,7 @@ gr.Interface(
42
  ],
43
  outputs=[gr.outputs.Image(type="pil", label="Generated Image"), "text"],
44
  title="OpenVINO-optimized Stable Diffusion",
45
- description="This is the Optimum-based demo for NNCF-optimized Stable Diffusion pipeline trained on 'lambdalabs/pokemon-blip-captions' dataset and running with OpenVINO",
 
46
  theme="huggingface",
47
  ).launch()
 
42
  ],
43
  outputs=[gr.outputs.Image(type="pil", label="Generated Image"), "text"],
44
  title="OpenVINO-optimized Stable Diffusion",
45
+ description="This is the Optimum-based demo for NNCF-optimized Stable Diffusion pipeline trained on 'lambdalabs/pokemon-blip-captions' dataset and running with OpenVINO.\n"
46
+ "The pipeline is run using 8 vCPUs (4 cores) only.",
47
  theme="huggingface",
48
  ).launch()