Upload .gitmodules with huggingface_hub
Browse files- .gitmodules +3 -0
.gitmodules
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[submodule "src/third_party/BigVGAN"]
|
| 2 |
+
path = src/third_party/BigVGAN
|
| 3 |
+
url = https://github.com/NVIDIA/BigVGAN.git
|