|
@@ -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
|
|
|
+
|
|
|
+```
|