File size: 246 Bytes
0ad74ed
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
from gradio_client.client import Client
from gradio_client.data_classes import FileData
from gradio_client.utils import __version__, file, handle_file

__all__ = [
    "Client",
    "file",
    "handle_file",
    "FileData",
    "__version__",
]