From 06acffa04249cc1ff1ef3d38b4f62b9a73643157 Mon Sep 17 00:00:00 2001 From: Un-index <68165727+Un-index@users.noreply.github.com> Date: Wed, 22 Dec 2021 00:09:30 +0300 Subject: [PATCH] Update interface.py remove duplicate entry --- gradio/interface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gradio/interface.py b/gradio/interface.py index d2bb6ec983..d5e8f49eae 100644 --- a/gradio/interface.py +++ b/gradio/interface.py @@ -572,7 +572,6 @@ class Interface: show_error (bool): If True, any errors in the interface will be printed in the browser console log server_port (int): will start gradio app on this port (if available) server_name (str): to make app accessible on local network, set this to "0.0.0.0". - show_error (bool): show prediction errors in console show_tips (bool): if True, will occasionally show tips about new Gradio features enable_queue (bool): if True, inference requests will be served through a queue instead of with parallel threads. Required for longer inference times (> 1min) to prevent timeout. Returns: