From b9f515173f480a0468fc54d05bf134ebb15b0328 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 8 Jan 2020 20:17:30 +0100 Subject: moving in the live stuff --- cli/app/commands/biggan/live.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cli/app/commands/biggan/live.py (limited to 'cli/app/commands') diff --git a/cli/app/commands/biggan/live.py b/cli/app/commands/biggan/live.py new file mode 100644 index 0000000..38d5e45 --- /dev/null +++ b/cli/app/commands/biggan/live.py @@ -0,0 +1,12 @@ +import click + +@click.command('') +@click.pass_context +def cli(ctx): + """ + Run the BigGAN live + """ + from app.search.live import Listener + + listener = Listener() + listener.connect() -- cgit v1.2.3-70-g09d2