px-explorer-v4 / check_api.py
BuildBot
push_hf: sparse-branch für HF-Push (nur Code, 0 LFS)
9644d0b
Raw
History Blame Contribute Delete
158 Bytes
from gradio_client import Client
import ssl
# Ignore self-signed certs
client = Client("https://localhost:7860/gradio/", ssl_verify=False)
client.view_api()