YashikaNagpal commited on
Commit
0555c53
·
verified ·
1 Parent(s): b9fe647

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -56,10 +56,7 @@ Model checkpoints are saved every 1000 steps.
56
  Once trained, the model can be used for generating images of flowers. The trained model is saved as a DDPMPipeline and can be loaded for inference.
57
 
58
  # Model Inference
59
- ```
60
- python
61
-
62
- A quantized version of the model is available for reduced memory usage and faster inference on resource-limited devices.
63
 
64
  from optimum.intel.openvino import OVModelForImageGeneration
65
 
 
56
  Once trained, the model can be used for generating images of flowers. The trained model is saved as a DDPMPipeline and can be loaded for inference.
57
 
58
  # Model Inference
59
+ ```python
 
 
 
60
 
61
  from optimum.intel.openvino import OVModelForImageGeneration
62