mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Update interface.py
This commit is contained in:
parent
0a8e2e2992
commit
598b28ba3f
@ -3,11 +3,6 @@ This is the core file in the `gradio` package, and defines the Interface class,
|
||||
interface using the input and output types.
|
||||
"""
|
||||
|
||||
from gradio import networking, strings, utils, encryptor, queue
|
||||
from gradio.inputs import get_input_instance
|
||||
from gradio.outputs import get_output_instance
|
||||
from gradio.interpretation import quantify_difference_in_label, get_regression_or_classification_value
|
||||
from gradio.external import load_interface
|
||||
import copy
|
||||
import csv
|
||||
import getpass
|
||||
@ -23,6 +18,11 @@ import time
|
||||
import warnings
|
||||
import webbrowser
|
||||
import weakref
|
||||
from gradio import networking, strings, utils, encryptor, queue
|
||||
from gradio.inputs import get_input_instance
|
||||
from gradio.outputs import get_output_instance
|
||||
from gradio.interpretation import quantify_difference_in_label, get_regression_or_classification_value
|
||||
from gradio.external import load_interface
|
||||
|
||||
|
||||
ip_address = networking.get_local_ip_address()
|
||||
|
Loading…
x
Reference in New Issue
Block a user