From 6fc9e317a9e6f91513dfa80526e2708924c15a38 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Thu, 11 Jun 2020 02:42:16 -0500 Subject: [PATCH] removed dep from outputs --- gradio/outputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio/outputs.py b/gradio/outputs.py index 3c912c39f6..0552096597 100644 --- a/gradio/outputs.py +++ b/gradio/outputs.py @@ -7,7 +7,7 @@ automatically added to a registry, which allows them to be easily referenced in from abc import ABC, abstractmethod import numpy as np import json -from gradio import imagenet_class_labels, preprocessing_utils +from gradio import preprocessing_utils import datetime # Where to find the static resources associated with each template.