From fe8ab6133a31284d94944f5d75da9d6ad2b2bdb9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 18 Dec 2019 21:13:05 +0100 Subject: adding biggan --- app/client/modules/biggan/biggan.module.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/client/modules/biggan/biggan.module.js (limited to 'app/client/modules/biggan/biggan.module.js') diff --git a/app/client/modules/biggan/biggan.module.js b/app/client/modules/biggan/biggan.module.js new file mode 100644 index 0000000..6407f61 --- /dev/null +++ b/app/client/modules/biggan/biggan.module.js @@ -0,0 +1,7 @@ +const bigganModule = { + name: 'biggan', + displayName: 'BigGAN', + datatype: 'video', +} + +export default bigganModule -- cgit v1.2.3-70-g09d2