Browse Source

Update 'README.md'

天问 2 days ago
parent
commit
d86a54bd39
1 changed files with 15 additions and 0 deletions
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -35,3 +35,18 @@ python calc_metrics.py --clean_dir clean_data --noisy_dir noisy_data --enhanced_
 
 
 ```
+
+或者 docker运行:
+
+```
+docker run -it -p 7860:7860 --platform=linux/amd64 \
+ registry.hf.space/sp-uhh-test:latest python app.py
+ 
+ 
+git clone https://huggingface.co/spaces/sp-uhh/test
+
+https://huggingface.co/spaces/sp-uhh/test
+
+https://huggingface.co/sp-uhh/speech-enhancement-sgmse/tree/main
+
+```