OpkaGames's picture
Upload folder using huggingface_hub
870ab6b
raw
history blame contribute delete
369 Bytes
"""gr.StatusTracker() component."""
from gradio_client.serializing import SimpleSerializable
from gradio.components.base import Component
from gradio.deprecation import warn_deprecation
class StatusTracker(Component, SimpleSerializable):
def __init__(
self,
**kwargs,
):
warn_deprecation("The StatusTracker component is deprecated.")