From 23fcdf368ff0669e0a07dc0ca912d020f95de747 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 17 Mar 2019 14:35:07 +0800 Subject: [PATCH] fix table format --- ArtificialIntelligent/DeepFake/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ArtificialIntelligent/DeepFake/README.md b/ArtificialIntelligent/DeepFake/README.md index f75feb1..31a2abb 100644 --- a/ArtificialIntelligent/DeepFake/README.md +++ b/ArtificialIntelligent/DeepFake/README.md @@ -1156,9 +1156,9 @@ ffmpeg -f image2 -i imagename%04d.jpg -vcodec libx264 -crf 15 -pix_fmt yuv420p 最后让我们从高层理解一下整个DeepFake项目的架构。 -| Name | | | Description | -| --- | --- | --- | -| .github | | | | +| Name | | | Description | +| --- | --- | --- | --- | +| .github | | | | | | ISSUE_TEMPLATE.md | | 如何提交BUG | | icons | | |GUI使用的图标 | | lib | | | 公用的库 |