mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
5 lines
222 B
Python
5 lines
222 B
Python
from gradio.interface import * # This makes it possible to import `Interface` as `gradio.Interface`.
|
|
import pkg_resources
|
|
|
|
current_pkg_version = pkg_resources.require("gradio")[0].version
|
|
__version__ = current_pkg_version |