diff --git a/README.md b/README.md
index 3565f8ae..9720bc1b 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@
+
@@ -64,6 +65,8 @@ Explore [more examples](https://fudan-generative-vision.github.io/hallo).
## π° News
+- **`2024/06/21`**: πππ Cloned a Gradio demo on [π€Huggingface space](https://huggingface.co/spaces/fudan-generative-ai/hallo).
+- **`2024/06/20`**: πππ Received numerous contributions from the community, including a [Windows version](https://github.com/sdbds/hallo-for-windows), [ComfyUI](https://github.com/AIFSH/ComfyUI-Hallo), [WebUI](https://github.com/fudan-generative-vision/hallo/pull/51), and [Docker template](https://github.com/ashleykleynhans/hallo-docker).
- **`2024/06/15`**: β¨β¨β¨ Released some images and audios for inference testing on [π€Huggingface](https://huggingface.co/datasets/fudan-generative-ai/hallo_inference_samples).
- **`2024/06/15`**: πππ Launched the first version on π«‘[GitHub](https://github.com/fudan-generative-vision/hallo).
@@ -236,7 +239,6 @@ options:
| :----: | :---------------------------------------------------------------------------------------------------- | :--------: |
| β
| **[Inference source code meet everyone on GitHub](https://github.com/fudan-generative-vision/hallo)** | 2024-06-15 |
| β
| **[Pretrained models on Huggingface](https://huggingface.co/fudan-generative-ai/hallo)** | 2024-06-15 |
-| π§ | **[Optimizing Inference Performance]()** | 2024-06-23 |
| π§ | **[Optimizing Performance on images with a resolution of 256x256.]()** | 2024-06-23 |
| π | **[Improving the model's performance on Mandarin Chinese]()** | 2024-06-25 |
| π | **[Releasing data preparation and training scripts]()** | 2024-06-28 |
@@ -244,10 +246,10 @@ options:
Other Enhancements
-- [ ] Enhancement: Test and ensure compatibility with Windows operating system. [#39](https://github.com/fudan-generative-vision/hallo/issues/39)
-- [ ] Bug: Output video may lose several frames. [#41](https://github.com/fudan-generative-vision/hallo/issues/41)
+- [x] Enhancement: Test and ensure compatibility with Windows operating system. [#39](https://github.com/fudan-generative-vision/hallo/issues/39)
+- [x] Bug: Output video may lose several frames. [#41](https://github.com/fudan-generative-vision/hallo/issues/41)
- [ ] Bug: Sound volume affecting inference results (audio normalization).
-- [ ] Enhancement: Inference code logic optimization.
+- [ ] ~~Enhancement: Inference code logic optimization~~. This solution doesn't show significant performance improvements. Trying other approaches.
- [ ] Enhancement: Enhancing performance on low resolutions(256x256) to support more efficient usage.