mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
parent
c710becf60
commit
8c9419fce1
@ -1,4 +1,4 @@
|
||||
from importlib.metadata import version
|
||||
import pkgutil
|
||||
|
||||
import gradio.components as components
|
||||
import gradio.inputs as inputs
|
||||
@ -67,5 +67,5 @@ from gradio.templates import (
|
||||
Webcam,
|
||||
)
|
||||
|
||||
current_pkg_version = version("gradio")
|
||||
current_pkg_version = pkgutil.get_data(__name__, "version.txt").decode('ascii').strip()
|
||||
__version__ = current_pkg_version
|
||||
|
@ -1 +1 @@
|
||||
3.0.23
|
||||
3.0.24
|
||||
|
Loading…
Reference in New Issue
Block a user