mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-16 23:07:48 +01:00
12 lines
246 B
Python
12 lines
246 B
Python
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__",
|
|
]
|